Quick test includes Record::OPAC rather than Record::Fetch
[irspy-moved-to-github.git] / lib / ZOOM / IRSpy / Test / Main.pm
index 8973b45..428afd3 100644 (file)
@@ -1,4 +1,3 @@
-# $Id: Main.pm,v 1.12 2006-10-26 12:50:17 mike Exp $
 
 package ZOOM::IRSpy::Test::Main;
 
@@ -24,8 +23,9 @@ I<## To follow>
 
 =cut
 
-sub subtests { qw(Ping Search::Main Record::Main) }
-#sub subtests { qw(Ping Search::Explain Record::Fetch) } # Nice, small example of old Explain-failure
+sub subtests { qw(Ping Search::Main Record::Main ResultSet::Main) }
+
+sub timeout { 90 }
 
 sub start {
     my $class = shift();