From 552853433cd2efb89dc7ea3ac1de82dce3294122 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 7 Jun 2010 18:04:15 +0100 Subject: [PATCH] Invoke Search::Bath --- 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 24f37f2..5dee89f 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::OPAC) } +sub subtests { qw(Ping Search::Bath) } sub timeout { 20 } -- 1.7.10.4