Remove Bath tests from Quick suite.
authorMike Taylor <mike@miketaylor.org.uk>
Tue, 6 Jul 2010 10:37:59 +0000 (11:37 +0100)
committerMike Taylor <mike@miketaylor.org.uk>
Tue, 6 Jul 2010 10:37:59 +0000 (11:37 +0100)
lib/ZOOM/IRSpy/Test/Quick.pm

index 71ff733..c184ccd 100644 (file)
@@ -8,7 +8,7 @@ use warnings;
 use ZOOM::IRSpy::Test;
 our @ISA = qw(ZOOM::IRSpy::Test);
 
-sub subtests { qw(Ping Search::Bath Record::Fetch) }
+sub subtests { qw(Ping Record::Fetch) }
 
 sub timeout { 20 }