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

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@111660 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sam Minnee 2010-10-04 06:14:42 +00:00
parent 5926dcc234
commit 88db7a6a50

View File

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