Just in time for freeze/slush/whatever...I'm making a backport. This will also be useful for the push to write tests for views.

Please report any issues with this port and help me close related backport issues.

Comments

boombatower’s picture

Assigned: Unassigned » boombatower
Status: Active » Needs review
StatusFileSize
new47.98 KB

Initial patch, early in the process...first run over DWTC.

boombatower’s picture

StatusFileSize
new97.25 KB

Getting closer. Current issues when I visit tests page:

    * Notice: Array to string conversion in drupal_validate_utf8() (line 768 of /home/boombatower/software/drupal-6/includes/bootstrap.inc).
    * Warning: preg_match() expects parameter 2 to be string, array given in drupal_validate_utf8() (line 771 of /home/boombatower/software/drupal-6/includes/bootstrap.inc).
    * Notice: Array to string conversion in drupal_validate_utf8() (line 768 of /home/boombatower/software/drupal-6/includes/bootstrap.inc).
    * Warning: preg_match() expects parameter 2 to be string, array given in drupal_validate_utf8() (line 771 of /home/boombatower/software/drupal-6/includes/bootstrap.inc).
    * Notice: Array to string conversion in drupal_validate_utf8() (line 768 of /home/boombatower/software/drupal-6/includes/bootstrap.inc).
    * Warning: preg_match() expects parameter 2 to be string, array given in drupal_validate_utf8() (line 771 of /home/boombatower/software/drupal-6/includes/bootstrap.inc).
    * Notice: Array to string conversion in drupal_validate_utf8() (line 768 of /home/boombatower/software/drupal-6/includes/bootstrap.inc).
    * Warning: preg_match() expects parameter 2 to be string, array given in drupal_validate_utf8() (line 771 of /home/boombatower/software/drupal-6/includes/bootstrap.inc).
boombatower’s picture

StatusFileSize
new124.68 KB
boombatower’s picture

StatusFileSize
new125.31 KB

Only:

# notice: Array to string conversion in /home/boombatower/software/drupal-6/includes/bootstrap.inc on line 768.
# warning: preg_match() expects parameter 2 to be string, array given in /home/boombatower/software/drupal-6/includes/bootstrap.inc on line 771.
boombatower’s picture

StatusFileSize
new132.76 KB

Closer

boombatower’s picture

StatusFileSize
new159.86 KB

This seems to work.

boombatower’s picture

StatusFileSize
new164.67 KB

run-tests.sh also included.

boombatower’s picture

Status: Needs review » Fixed

Committed.

Status: Fixed » Closed (fixed)

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