From e694d69eb6388e6fb5f432df755b57c82d6010ae Mon Sep 17 00:00:00 2001 From: Shish Date: Thu, 13 Aug 2009 19:27:20 +0100 Subject: [PATCH] test it --- contrib/numeric_score/test.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/numeric_score/test.php b/contrib/numeric_score/test.php index 59b5a8d2..a05e3a1e 100644 --- a/contrib/numeric_score/test.php +++ b/contrib/numeric_score/test.php @@ -20,8 +20,9 @@ class NumericScoreTest extends ShimmieWebTestCase { $this->get_page("post/list/upvoted_by=demo/1"); $this->assertTitle("Image $image_id: pbx"); + # and downvote $this->get_page("post/list/downvoted_by=demo/1"); - $this->assertTitle("Image $image_id: pbx"); + $this->assertText("No Images Found"); $this->log_out(); $this->log_in_as_admin();