From 21d0eecebf34f7bc279e2acaef14d439c7ac10d6 Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 22 Mar 2010 04:00:26 +0000 Subject: [PATCH] two comments should exist now --- ext/comment/test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/comment/test.php b/ext/comment/test.php index 1150c8b6..600b2edc 100644 --- a/ext/comment/test.php +++ b/ext/comment/test.php @@ -59,7 +59,7 @@ class CommentListTest extends ShimmieWebTestCase { # test that search by comment metadata works $this->get_page("post/list/commented_by=test/1"); $this->assert_title("Image $image_id: pbx"); - $this->get_page("post/list/comments=1/1"); + $this->get_page("post/list/comments=2/1"); $this->assert_title("Image $image_id: pbx"); $this->log_out();