simpletest 6.x-2.9
boombatower - September 14, 2009 - 23:41
Official release from CVS tag: DRUPAL-6--2-9
First released: September 14, 2009 - 23:41
First released: September 14, 2009 - 23:41
Download: simpletest-6.x-2.9.tar.gz
Size: 161.49 KB
md5_file hash: 36cdf2e9de6ccadea81e25dfec613849
Last updated: September 14, 2009 - 23:46
View usage statistics for this releaseSize: 161.49 KB
md5_file hash: 36cdf2e9de6ccadea81e25dfec613849
Last updated: September 14, 2009 - 23:46
SimpleTest 6.x-2.9, 2009-09-14
------------------------------
- Changes:
* #576256: Theme laying needs to be initialized during setUp().
* Correct comment on previous workaround.
* #400296 by neilnz: Make simpletest_get_like_tables() work in MySQL and PostgreSQL.
* #573822: Update SimpleTestMailCaptureTestCase from simpletest.test.
* #577324 by Dave Reid: Module tests with extending submodule tests not included correctly.
- Bugs:
* #442890: HEAD info left in simpletest.info.
* #474394 by RockyRoad: block.test should treat delta as string.
- Backports:
* #335756: SimpleTest: $this->originalFileDirectory should be set before
installation to ensure non-standard directories are picked up.
* #567422: Fresh backport of Drupal 7 SimpleTest.
* #545228: Missing D7 constants.
* Remove simpletest.function.inc.
* Correct file_scan_directory() $mask parameter API change.
* Correct another 'class' atrribute as array().
* Update files.
* Changes to install.php included in D6 core patch.
* #577496: drupal_mail_wrapper() conflicts.