summaryrefslogtreecommitdiff
path: root/modules/comment/tests/Comment_Event_Test.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-05-02 19:28:05 +0000
committerBharat Mediratta <bharat@menalto.com>2009-05-02 19:28:05 +0000
commit977963444ac6ff4a97201c8c691379fc638e9935 (patch)
treebcd89de42b994c045d48d3675353441f5e7cdb14 /modules/comment/tests/Comment_Event_Test.php
parentb4bc0a29a571cfabe1b0761c010ceb579fb23a56 (diff)
Remove direct call to item_before_delete since r20647 moved it into Item_Model
Diffstat (limited to 'modules/comment/tests/Comment_Event_Test.php')
-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);