From 0e2a0b6f68a90d844d3c9927feefdf8b167a1922 Mon Sep 17 00:00:00 2001 From: Shish Date: Thu, 8 Oct 2009 12:47:44 +0100 Subject: [PATCH] add test case to confirm #761 --- ext/admin/test.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/admin/test.php b/ext/admin/test.php index 53350465..3a463d09 100644 --- a/ext/admin/test.php +++ b/ext/admin/test.php @@ -14,6 +14,8 @@ class AdminPageTest extends ShimmieWebTestCase { $this->log_in_as_admin(); $this->get_page('admin'); $this->assert_title("Admin Tools"); + $this->set_field("action", "purge unused tags"); + $this->click("Go"); $this->log_out(); # FIXME: make sure the admin tools actually work