Merge branch 'w23_MDL-33595_m23_phpunitinit' of git://github.com/skodak/moodle

This commit is contained in:
Eloy Lafuente (stronk7)
2012-06-08 19:32:26 +02:00
-2
View File
@@ -488,8 +488,6 @@ if (PHPUNIT_TEST and !PHPUNIT_UTIL) {
if ($dbhash) {
// we ned to reinit if reset fails
$DB->set_field('config', 'value', 'na', array('name'=>'phpunittest'));
} else {
throw $e;
}
}
unset($dbhash);