From 8716a5e5f6bf310cddb4d605c11dedf4fb4e4fe6 Mon Sep 17 00:00:00 2001 From: skodak Date: Sat, 10 Jan 2009 11:17:42 +0000 Subject: [PATCH] MDL-17803 grrrrrrrr - there were two moodle readme files! --- lib/simpletestlib/moodle_readme.txt | 11 ----------- lib/simpletestlib/readme_moodle.txt | 9 +++++++-- 2 files changed, 7 insertions(+), 13 deletions(-) delete mode 100644 lib/simpletestlib/moodle_readme.txt diff --git a/lib/simpletestlib/moodle_readme.txt b/lib/simpletestlib/moodle_readme.txt deleted file mode 100644 index 193713d643..0000000000 --- a/lib/simpletestlib/moodle_readme.txt +++ /dev/null @@ -1,11 +0,0 @@ -Description of SimpleTest Version: 1.0.1 library import - -Obtained from http://www.simpletest.org/en/download.html - -Moodle-specific changes: -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 diff --git a/lib/simpletestlib/readme_moodle.txt b/lib/simpletestlib/readme_moodle.txt index e0015a8aa5..516dd0f2dd 100644 --- a/lib/simpletestlib/readme_moodle.txt +++ b/lib/simpletestlib/readme_moodle.txt @@ -1,9 +1,14 @@ -Description of Simpletest 1.0.1beta library import into Moodle +Description of Simpletest 1.0.1 library import into Moodle + +Obtained from http://www.simpletest.org/en/download.html Changes: * test_case.php - added our global $CFG before include() MDL-10064 * fixed exception support (MDL-17534) - try/catch in invoker.php and errors.php + * 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. -skodak +skodak, Tim $Id$ -- 2.39.5