Fixing drift between CVS and git

This commit is contained in:
Moodle HQ git importer
2009-11-02 00:32:03 +00:00
parent ffbd4f5f72
commit 8926f8449f
40 changed files with 116 additions and 132 deletions
+2 -2
View File
@@ -35,7 +35,7 @@ class conditionlib_test extends FakeDBUnitTestCase {
'showavailability'=>1,'availablefrom'=>17,'availableuntil'=>398,'course'=>64));
// no ID
try {
try {
$test=new condition_info($cm);
$this->fail();
} catch(coding_exception $e) {
@@ -342,4 +342,4 @@ class conditionlib_test extends FakeDBUnitTestCase {
}
}
?>