projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca57770
)
Include Search::CQL in the "Quick" test (for now) so I can test the
author
Mike Taylor
<mike@miketaylor.org.uk>
Mon, 6 Sep 2010 16:39:20 +0000
(17:39 +0100)
committer
Mike 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
patch
|
blob
|
history
diff --git
a/lib/ZOOM/IRSpy/Test/Quick.pm
b/lib/ZOOM/IRSpy/Test/Quick.pm
index
5dee89f
..
70e1fdc
100644
(file)
--- 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 }