From 8a2914ca743f8ef78a9b29a5dc367849b974caf2 Mon Sep 17 00:00:00 2001 From: Shish Date: Sun, 20 Sep 2009 03:53:24 +0100 Subject: [PATCH] test that this doesn't crash --- contrib/tag_history/test.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/tag_history/test.php b/contrib/tag_history/test.php index c3cc4788..2c45d6e2 100644 --- a/contrib/tag_history/test.php +++ b/contrib/tag_history/test.php @@ -12,6 +12,10 @@ class TagHistoryTest extends ShimmieWebTestCase { $this->assert_text("new (Set by demo"); $this->click("Revert"); $this->assert_title("Image $image_id: pbx"); + + $this->get_page("tag_history"); + $this->click("Global Tag History"); + $this->delete_image($image_id); $this->log_out(); }