Reinstate Record::Fetch as part of the "Quick" test.
authorMike Taylor <mike@miketaylor.org.uk>
Thu, 1 Jul 2010 13:55:55 +0000 (14:55 +0100)
committerMike Taylor <mike@miketaylor.org.uk>
Thu, 1 Jul 2010 13:55:55 +0000 (14:55 +0100)
lib/ZOOM/IRSpy/Test/Quick.pm

index 5dee89f..71ff733 100644 (file)
@@ -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 }