From 08c5888842e06cc979c0588e1305d25e4305e19e Mon Sep 17 00:00:00 2001 From: Adam Vessey Date: Thu, 24 Apr 2014 16:55:44 +0000 Subject: [PATCH] Fix the file doc comment. --- tests/islandora_manage_temp_file.test | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/tests/islandora_manage_temp_file.test b/tests/islandora_manage_temp_file.test index f21afc5f..65003ed8 100644 --- a/tests/islandora_manage_temp_file.test +++ b/tests/islandora_manage_temp_file.test @@ -2,13 +2,7 @@ /** * @file - * Tests to see if the hooks get called when appropriate. - * - * In the test module 'islandora_hooked_access_test' there are implementations - * of hooks being tested. These implementations modifies the session, and - * that's how we test if the hook gets called. - * - * To make sense of these tests reference islandora_hooked_access_test.module. + * Tests for our islandora_temp_file_entry() function. */ class IslandoraManageTempfileTestCase extends IslandoraWebTestCase {