From c7ea1b40e7f132956ee71d79ba28a2780f7c3459 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 12 Dec 2012 09:30:50 +0000 Subject: [PATCH 1/1] Quick test now runs only Ping and 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 70e1fdc..c184ccd 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 Search::CQL Search::Bath) } +sub subtests { qw(Ping Record::Fetch) } sub timeout { 20 } -- 1.7.10.4