Change back to english on teardown

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@65673 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Andrew O'Neil 2008-11-12 03:11:57 +00:00
parent 917fcbff66
commit a6ea78a230

View File

@ -60,6 +60,8 @@ class i18nTest extends SapphireTest {
global $_TEMPLATE_MANIFEST;
unset($_TEMPLATE_MANIFEST['i18nTestModule.ss']);
unset($_TEMPLATE_MANIFEST['i18nTestModuleInclude.ss']);
i18n::set_locale('en_US');
}
function testGetExistingTranslations() {