BUGFIX Fixed alternative database not being reset back to the normal one after TestRunner is finished

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@75116 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2009-04-25 10:31:20 +00:00 committed by Sam Minnee
parent ee0275bd2c
commit 496d159333

View File

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