From 9e0c8dd3848b446eafbef4712c9f89ec233c3cae Mon Sep 17 00:00:00 2001 From: Mateusz Uzdowski Date: Wed, 21 Apr 2010 00:26:49 +0000 Subject: [PATCH] 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 --- tests/FilesystemPublisherTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/FilesystemPublisherTest.php b/tests/FilesystemPublisherTest.php index 4e9afb93..11f2d137 100644 --- a/tests/FilesystemPublisherTest.php +++ b/tests/FilesystemPublisherTest.php @@ -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();