Fresh backport of Drupal 7 SimpleTest
boombatower - September 3, 2009 - 15:16
| Project: | SimpleTest |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | boombatower |
| Status: | closed |
Description
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.

#1
Initial patch, early in the process...first run over DWTC.
#2
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).
#3
#4
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.
#5
Closer
#6
This seems to work.
#7
run-tests.sh also included.
#8
Committed.
#9
Automatically closed -- issue fixed for 2 weeks with no activity.