Record::Main test includes Record::OPAC as well as Record::Fetch
authorMike Taylor <mike@miketaylor.org.uk>
Tue, 11 May 2010 13:22:50 +0000 (14:22 +0100)
committerMike Taylor <mike@miketaylor.org.uk>
Tue, 11 May 2010 13:22:50 +0000 (14:22 +0100)
lib/ZOOM/IRSpy/Test/Record/Main.pm

index 0dc78c7..42090d0 100644 (file)
@@ -23,7 +23,7 @@ I<## To follow>
 
 =cut
 
 
 =cut
 
-sub subtests { qw(Record::Fetch) }
+sub subtests { qw(Record::Fetch Record::OPAC) }
 
 sub start {
     my $class = shift();
 
 sub start {
     my $class = shift();