concat operator spacing went in, so it'll need to be changed in SimpleTest before it's committable to core.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

boombatower’s picture

Priority: Critical » Normal

This is really something quite minor. Just a spacing issue. If someone would like to run a regular expression on the code or w/e they did on core and make a patch after confirming it doesn't mess anything up that would be great.

I think getting unit testing working and such is our major concern.

catch’s picture

Title: Update for coding standards changes. » Update SimpleTest for coding standards changes.
Project: SimpleTest » Drupal core
Version: » 7.x-dev
Component: Code » simpletest.module
boombatower’s picture

I assume there was a regular expression or script that was run on core. If so would someone mind running that on SimpleTest?

boombatower’s picture

Status: Active » Reviewed & tested by the community
FileSize
28.17 KB

This fixes all the files in the simpletest directory. I will work on all the tests in a later patch.

Dries’s picture

Does this clash with the rewrite of the Simpletest framework that dimitri et al are working on?

boombatower’s picture

Not sure, I am not actively involved in the framework rewrite.

I suppose the test files themselves for sure could have this done which I will work on.

I was thinking that since the rewrite will take some time this could be committed now. It doesn't change the code logic or anything important, just the appending . (dot) standard.

Dries’s picture

Status: Reviewed & tested by the community » Fixed

Alright, I've committed the patch to CVS HEAD. Thanks.

boombatower’s picture

Assigned: Unassigned » boombatower

Marking accordingly.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

boombatower’s picture

Status: Closed (fixed) » Reviewed & tested by the community
FileSize
81.97 KB

This patch fixes the coding standards for the tests.

Checked it twice...hopefully my eyes didn't play tricks on me.

Dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD. Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.