summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/comment/tests/Comment_Event_Test.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/comment/tests/Comment_Event_Test.php b/modules/comment/tests/Comment_Event_Test.php
index 1cdbd834..39c3169b 100644
--- a/modules/comment/tests/Comment_Event_Test.php
+++ b/modules/comment/tests/Comment_Event_Test.php
@@ -24,7 +24,6 @@ class Comment_Event_Test extends Unit_Test_Case {
$comment = comment::create(
$album, user::guest(), "text_$rand", "name_$rand", "email_$rand", "url_$rand");
- comment_event::item_before_delete($album);
$album->delete();
$deleted_comment = ORM::factory("comment", $comment->id);