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:
032ec79
)
Quick test includes Record::OPAC rather than Record::Fetch
author
Mike Taylor
<mike@miketaylor.org.uk>
Tue, 11 May 2010 13:22:34 +0000
(14:22 +0100)
committer
Mike Taylor
<mike@miketaylor.org.uk>
Tue, 11 May 2010 13:22:34 +0000
(14:22 +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
c184ccd
..
24f37f2
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 Record::Fetch) }
+sub subtests { qw(Ping Record::OPAC) }
sub timeout { 20 }