]> git.mjollnir.org Git - moodle.git/commitdiff
s/DB tra/BD Tra/g
authorstronk7 <stronk7>
Wed, 9 Sep 2009 16:35:17 +0000 (16:35 +0000)
committerstronk7 <stronk7>
Wed, 9 Sep 2009 16:35:17 +0000 (16:35 +0000)
lib/dml/simpletest/testdml.php

index 62cc5e2fd2e089990cc506b16493e55dc2c20389..3076f50cc460f834def7a84d33caa601fc3913ff 100755 (executable)
@@ -1996,7 +1996,7 @@ class dml_test extends UnitTestCase {
             $DB->rollback_sql();
             $this->assertEqual(0, $DB->count_records($tablename));
         } else {
-            $this->assertTrue(true, 'DB transactions not supported. Test skipped');
+            $this->assertTrue(true, 'DB Transactions not supported. Test skipped');
         }
     }
 }