From b1a8a82bf2373029fb764837df6223e4bb6a685d Mon Sep 17 00:00:00 2001 From: Shish Date: Fri, 9 Mar 2012 21:34:03 +0000 Subject: [PATCH] there is another test image now --- contrib/bulk_add/test.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/bulk_add/test.php b/contrib/bulk_add/test.php index 8c1a5dcb..fb676c04 100644 --- a/contrib/bulk_add/test.php +++ b/contrib/bulk_add/test.php @@ -24,6 +24,10 @@ class BulkAddTest extends ShimmieWebTestCase { $this->assert_title(new PatternExpectation("/^Image \d+: data/")); $this->click("Delete"); + $this->get_page("post/list/hash=e106ea2983e1b77f11e00c0c54e53805/1"); + $this->assert_title(new PatternExpectation("/^Image \d+: data/")); + $this->click("Delete"); + $this->log_out(); } }