Quick test includes Record::OPAC rather than Record::Fetch
[irspy-moved-to-github.git] / lib / ZOOM / IRSpy / Test / Main.pm
index 71cb9a7..428afd3 100644 (file)
@@ -1,4 +1,3 @@
-# $Id: Main.pm,v 1.8 2006-10-11 16:46:37 mike Exp $
 
 package ZOOM::IRSpy::Test::Main;
 
@@ -24,13 +23,15 @@ I<## To follow>
 
 =cut
 
-sub subtests { qw(Ping Search::Main) }
+sub subtests { qw(Ping Search::Main Record::Main ResultSet::Main) }
+
+sub timeout { 90 }
 
 sub start {
     my $class = shift();
     my($conn) = @_;
 
-    $conn->log("irspy", "Main test no-opping");
+    $conn->log("irspy_test", "Main test no-opping");
     # Do nothing -- this test is just a subtest container
 }