Skip to content

Commit

Permalink
MDL-17522 no db specific tests - they all must work the same!
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Dec 4, 2008
1 parent 923602a commit 0055221
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions admin/report/unittest/dbtest.php
Expand Up @@ -80,12 +80,6 @@
$test->addTestFile($CFG->libdir.'/dml/simpletest/testdml.php');
$test->addTestFile($CFG->libdir.'/ddl/simpletest/testddl.php');

// Look for DB-specific tests (testing sql_ helper functions)
$dbfilename = $CFG->libdir.'/dml/simpletest/test_'.get_class($database).'.php';
if (file_exists($dbfilename)) {
$test->addTestFile($dbfilename);
}

// Make the reporter, which is what displays the results.
$reporter = new ExHtmlReporter($showpasses);

Expand Down

0 comments on commit 0055221

Please sign in to comment.