Quick test includes Record::OPAC rather than Record::Fetch
[irspy-moved-to-github.git] / lib / ZOOM / IRSpy / Test / Quick.pm
index 8a2f54b..24f37f2 100644 (file)
@@ -1,4 +1,3 @@
-# $Id: Quick.pm,v 1.4 2007-04-18 15:25:07 mike Exp $
 
 package ZOOM::IRSpy::Test::Quick;
 
@@ -9,7 +8,7 @@ use warnings;
 use ZOOM::IRSpy::Test;
 our @ISA = qw(ZOOM::IRSpy::Test);
 
-sub subtests { qw(Ping Record::Fetch) }
+sub subtests { qw(Ping Record::OPAC) }
 
 sub timeout { 20 }