From: skodak Date: Sat, 10 Jan 2009 11:14:59 +0000 (+0000) Subject: added details of our simpletest lib modification X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6527149a614df4286357d2ee57f93c948b8acb5b;p=moodle.git added details of our simpletest lib modification --- diff --git a/lib/simpletestlib/moodle_readme.txt b/lib/simpletestlib/moodle_readme.txt index bcf051e030..193713d643 100644 --- a/lib/simpletestlib/moodle_readme.txt +++ b/lib/simpletestlib/moodle_readme.txt @@ -3,8 +3,9 @@ Description of SimpleTest Version: 1.0.1 library import Obtained from http://www.simpletest.org/en/download.html Moodle-specific changes: -* Bug fix in simpletest.php and test_case.php. Marked with //moodlefix begins, - //moodlefix ends comments. This has been reported back to the simpletest mailing - list. Hopefully will be included in a future release. +1/ added global $CFG in _requireWithError() from test_case.php +2/ Bug fix in simpletest.php and test_case.php. Marked with //moodlefix begins, + //moodlefix ends comments. This has been reported back to the simpletest mailing + list. Hopefully will be included in a future release. Tim. \ No newline at end of file