From a4bfb345861215e6eeab6596ac2dcd88964866e8 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 6 Sep 2010 17:39:20 +0100 Subject: [PATCH] Include Search::CQL in the "Quick" test (for now) so I can test the ability to skip tests dependent on rules. --- lib/ZOOM/IRSpy/Test/Quick.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ZOOM/IRSpy/Test/Quick.pm b/lib/ZOOM/IRSpy/Test/Quick.pm index 5dee89f..70e1fdc 100644 --- a/lib/ZOOM/IRSpy/Test/Quick.pm +++ b/lib/ZOOM/IRSpy/Test/Quick.pm @@ -8,7 +8,7 @@ use warnings; use ZOOM::IRSpy::Test; our @ISA = qw(ZOOM::IRSpy::Test); -sub subtests { qw(Ping Search::Bath) } +sub subtests { qw(Ping Search::CQL Search::Bath) } sub timeout { 20 } -- 1.7.10.4