Merge pull request #2598 from halkyon/test_execution_error

i18nSSLegacyAdapterTest setting wrong arguments for manifest.
This commit is contained in:
Ingo Schommer 2013-10-24 04:24:19 -07:00
commit 7cf8e65309

View File

@ -21,7 +21,7 @@ class i18nSSLegacyAdapterTest extends SapphireTest {
$this->_oldTheme = Config::inst()->get('SSViewer', 'theme');
Config::inst()->update('SSViewer', 'theme', 'testtheme1');
$classManifest = new SS_ClassManifest($this->alternateBasePath, null, true, true, false);
$classManifest = new SS_ClassManifest($this->alternateBasePath, false, true, false);
SS_ClassLoader::instance()->pushManifest($classManifest);
$this->originalLocale = i18n::get_locale();
@ -87,4 +87,4 @@ class i18nSSLegacyAdapterTest extends SapphireTest {
// );
}
}
}