From dc4b19ec2acc1d88f106653ae4830ccbb40ad5b4 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 1 Jul 2010 14:55:55 +0100 Subject: [PATCH] Reinstate Record::Fetch as part of the "Quick" test. --- 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 5dee89f..71ff733 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::Bath) } +sub subtests { qw(Ping Search::Bath Record::Fetch) } sub timeout { 20 } -- 1.7.10.4