From e7cbb00191e782d7ac096dd178870bab276add1e Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 8 Mar 2010 18:29:53 +0000 Subject: [PATCH] actually, we can use this --- ext/view/test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/view/test.php b/ext/view/test.php index de92c141..8aa173b3 100644 --- a/ext/view/test.php +++ b/ext/view/test.php @@ -27,8 +27,8 @@ class ViewTest extends ShimmieWebTestCase { $this->assert_title('Image not found'); # note: skips image #2 - # note: can't click "Next" / "Prev" since the query is added by javascript - $this->get_page("post/prev/$image_id_1?search=test"); + $this->get_page("post/view/$image_id_1?search=test"); + $this->click("Prev"); $this->assert_title("Image $image_id_3: test"); $this->log_in_as_admin();