Downloads
Download tar.gz
162.41 KB
MD5: 079a1975d0b8969834b70f45f04ff43c
SHA-1: 2dbf77f13e53e9a8ba7add35e3269589003335e8
SHA-256: d7fbe4fda73460b469fdfa568507c85cc9c8a0c0c96ae69fc8927a9304152555
Download zip
172.55 KB
MD5: 2c59cf53fbb0b1db6f9391a40682cf95
SHA-1: e84cb091f592da1e8b5838d848a174322713f0a6
SHA-256: f9bc6225c6f431ca59d63048116caed0b74278cf21dd5f6dbcb965a8d3ebe1e3
Release notes
SimpleTest 6.x-2.10, 2009-12-30
-------------------------------
- Bugs
* Correct INSTALL.txt link URL in requirement check.
* #587304: Call to undefined function drupal_realpath().
* #587988: drupal_http_request() does not use drupal_generate_test_ua().
* Manual fix of --file argument for run-tests.sh.
* #596440 by grendzy: assertMail doesn't work on real modules - Class 'DrupalWebTestCase' not found.
* #603410: Missing backported error handler in _drupal_bootstrap_full().
* #640076: Link to file INSTALL.txt should use url().
* #654534 by sun: SimpleTest deletes *all* files.
* #649344 by joachim: Link in admin help message to INSTALL file is broken.
- Changes:
* #580406: DrupalUnitTestCase requires Database class.
* #667546: INSTALL.txt text correction.
- Backports:
* #653860 by yhahn: Ensure simpletest JS handlers are attached only once.