From be1f81d39b2990b1eec0515dfbf75d93c5990eed Mon Sep 17 00:00:00 2001 From: Nicolas Le Goff Date: Fri, 1 Jun 2012 11:26:29 +0200 Subject: [PATCH] remove comments --- .../Alchemy/Phrasea/Controller/Admin/PublicationTest.php | 9 --------- 1 file changed, 9 deletions(-) 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(); }