From b83911b54f10ace3de88f2eb084f2cebb16c59a3 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 11 May 2010 14:22:34 +0100 Subject: [PATCH] Quick test includes Record::OPAC rather than Record::Fetch --- lib/ZOOM/IRSpy/Test/Quick.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ZOOM/IRSpy/Test/Quick.pm b/lib/ZOOM/IRSpy/Test/Quick.pm index c184ccd..24f37f2 100644 --- a/lib/ZOOM/IRSpy/Test/Quick.pm +++ b/lib/ZOOM/IRSpy/Test/Quick.pm @@ -8,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 } -- 1.7.10.4