diff --git a/tests/Alchemy/Phrasea/Controller/Admin/PublicationTest.php b/tests/Alchemy/Phrasea/Controller/Admin/PublicationTest.php index e39b04158a..ff53e373d3 100644 --- a/tests/Alchemy/Phrasea/Controller/Admin/PublicationTest.php +++ b/tests/Alchemy/Phrasea/Controller/Admin/PublicationTest.php @@ -247,8 +247,6 @@ class Module_Admin_Route_PublicationTest extends PhraseanetWebTestCaseAuthentica ) ); -// $core['file-system']->copy(__DIR__ . '/../../../../testfiles/logocoll.gif', __DIR__ . '/../../../../testfiles/logocoll1.gif'); - $this->client->request( "POST" , "/publications/feed/" . $feed->get_id() . "/iconupload/" @@ -266,13 +264,6 @@ class Module_Admin_Route_PublicationTest extends PhraseanetWebTestCaseAuthentica $feed = new Feed_Adapter($appbox, $feed->get_id()); -// try { -// $file = new SplFileObject(__DIR__ . '/../../../../testfiles/logocoll1.gif'); -// $this->fail('logo not deleted'); -// } catch (\Exception $e) { -// -// } - $feed->delete(); }