Remove direct call to item_before_delete since r20647 moved it into Item_Model

This commit is contained in:
Bharat Mediratta
2009-05-02 19:28:05 +00:00
parent b4bc0a29a5
commit 977963444a
@@ -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);