BUGFIX: the decorator was not completely removed, which caused trouble for tests running later in the same batch

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@103214 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Mateusz Uzdowski 2010-04-21 00:26:49 +00:00 committed by Sam Minnee
parent 051143465e
commit 9e0c8dd384

View File

@ -17,7 +17,7 @@ class FilesystemPublisherTest extends SapphireTest {
}
function tearDown() {
Object::remove_extension("SiteTree", "FilesystemPublisher");
Object::remove_extension("SiteTree", "FilesystemPublisher('../FilesystemPublisherTest-static-folder/')");
SiteTree::$write_homepage_map = true;
parent::tearDown();