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:
2c6c9e2
)
Reinstate Record::Fetch as part of the "Quick" test.
author
Mike Taylor
<mike@miketaylor.org.uk>
Thu, 1 Jul 2010 13:55:55 +0000
(14:55 +0100)
committer
Mike Taylor
<mike@miketaylor.org.uk>
Thu, 1 Jul 2010 13:55:55 +0000
(14:55 +0100)
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
..
71ff733
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::Bath Record::Fetch) }
sub timeout { 20 }