From: Mike Taylor Date: Tue, 6 Jul 2010 10:37:59 +0000 (+0100) Subject: Remove Bath tests from Quick suite. X-Git-Tag: CPAN-v1.02~23 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=79f588c300c5605a7687fd331ebce4297aad4155;ds=sidebyside Remove Bath tests from Quick suite. --- diff --git a/lib/ZOOM/IRSpy/Test/Quick.pm b/lib/ZOOM/IRSpy/Test/Quick.pm index 71ff733..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::Bath Record::Fetch) } +sub subtests { qw(Ping Record::Fetch) } sub timeout { 20 }