Quick test includes Record::OPAC rather than Record::Fetch
[irspy-moved-to-github.git] / lib / ZOOM / IRSpy / Test / Main.pm
index 031b0b1..428afd3 100644 (file)
@@ -1,4 +1,3 @@
-# $Id: Main.pm,v 1.11 2006-10-26 10:24:05 sondberg Exp $
 
 package ZOOM::IRSpy::Test::Main;
 
@@ -24,8 +23,9 @@ I<## To follow>
 
 =cut
 
-sub subtests { qw(Ping Record::Main Search::Main) }     ## Works
-#sub subtests { qw(Ping Search::Main Record::Main) }     ## Does not work
+sub subtests { qw(Ping Search::Main Record::Main ResultSet::Main) }
+
+sub timeout { 90 }
 
 sub start {
     my $class = shift();