remove comments

This commit is contained in:
Nicolas Le Goff
2012-06-01 11:26:29 +02:00
parent c3eb3f022f
commit be1f81d39b

View File

@@ -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();
}