From 977963444ac6ff4a97201c8c691379fc638e9935 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 2 May 2009 19:28:05 +0000 Subject: Remove direct call to item_before_delete since r20647 moved it into Item_Model --- modules/comment/tests/Comment_Event_Test.php | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/comment/tests/Comment_Event_Test.php') 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); -- cgit v1.2.3