Include Search::CQL in the "Quick" test (for now) so I can test the
authorMike Taylor <mike@miketaylor.org.uk>
Mon, 6 Sep 2010 16:39:20 +0000 (17:39 +0100)
committerMike Taylor <mike@miketaylor.org.uk>
Mon, 6 Sep 2010 16:39:20 +0000 (17:39 +0100)
ability to skip tests dependent on rules.

lib/ZOOM/IRSpy/Test/Quick.pm

index 5dee89f..70e1fdc 100644 (file)
@@ -8,7 +8,7 @@ use warnings;
 use ZOOM::IRSpy::Test;
 our @ISA = qw(ZOOM::IRSpy::Test);
 
 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 }
 
 
 sub timeout { 20 }