From: Mike Taylor Date: Mon, 6 Sep 2010 16:39:20 +0000 (+0100) Subject: Include Search::CQL in the "Quick" test (for now) so I can test the X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=a4bfb345861215e6eeab6596ac2dcd88964866e8;hp=ca577700d86f44833ab7b5fb9fa3d146af107d8d Include Search::CQL in the "Quick" test (for now) so I can test the ability to skip tests dependent on rules. --- 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 }