Test fetching.
authorMike Taylor <mike@indexdata.com>
Wed, 25 Oct 2006 10:48:34 +0000 (10:48 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 25 Oct 2006 10:48:34 +0000 (10:48 +0000)
lib/ZOOM/IRSpy/Test/Quick.pm

index f4c5551..894efda 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Quick.pm,v 1.2 2006-10-17 16:21:31 mike Exp $
+# $Id: Quick.pm,v 1.3 2006-10-25 10:48:34 mike Exp $
 
 package ZOOM::IRSpy::Test::Quick;
 
 
 package ZOOM::IRSpy::Test::Quick;
 
@@ -9,7 +9,7 @@ use warnings;
 use ZOOM::IRSpy::Test;
 our @ISA = qw(ZOOM::IRSpy::Test);
 
 use ZOOM::IRSpy::Test;
 our @ISA = qw(ZOOM::IRSpy::Test);
 
-sub subtests { qw(Ping Search::DBDate Search::Title) }
+sub subtests { qw(Ping Record::Fetch) }
 
 sub start {
     my $class = shift();
 
 sub start {
     my $class = shift();