From e10cc4fa99d70dd6294c4186a61a2184c66c0917 Mon Sep 17 00:00:00 2001 From: Shish Date: Sun, 11 Mar 2012 14:33:49 +0000 Subject: [PATCH] test searches --- contrib/log_db/test.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/log_db/test.php b/contrib/log_db/test.php index a111c2e1..f2e9b8dd 100644 --- a/contrib/log_db/test.php +++ b/contrib/log_db/test.php @@ -3,6 +3,10 @@ class LogDatabaseTest extends SCoreWebTestCase { function testLog() { $this->log_in_as_admin(); $this->get_page("log/view"); + $this->get_page("log/view?module=core-image"); + $this->get_page("log/view?time=2012-03-01"); + $this->get_page("log/view?user=demo"); + $this->get_page("log/view?priority=10"); $this->log_out(); } }