BUGFIX Ensure that TestRunner properly unsets the alternate database name (for temp databases) once the tests have finished

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@71307 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2009-02-03 21:17:23 +00:00
parent 162a11350e
commit d471bd4785

View File

@ -265,6 +265,7 @@ HTML;
function tearDown() {
SapphireTest::kill_temp_db();
DB::set_alternative_database_name(null);
}
}