From 486a3ae08ecdf1aa942756f8e620f5d89f872c1e Mon Sep 17 00:00:00 2001 From: Shish Date: Sat, 19 Sep 2009 20:18:46 +0100 Subject: [PATCH] test the emoticon list --- contrib/emoticons/test.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/emoticons/test.php b/contrib/emoticons/test.php index 6e6bc236..3758ce3b 100644 --- a/contrib/emoticons/test.php +++ b/contrib/emoticons/test.php @@ -10,6 +10,9 @@ class EmoticonTest extends ShimmieWebTestCase { $this->assert_no_text(":cool:"); # FIXME: test for working image link #$this->assert_text(":beans:"); # FIXME: this should be left as-is + $this->get_page("emote/list"); + $this->assert_text(":arrow:"); + $this->log_out(); $this->log_in_as_admin(); $this->delete_image($image_id);