From: Mike Taylor Date: Thu, 22 Jul 2010 16:02:12 +0000 (+0100) Subject: Reinstate so-called Bath search as part of Quick suite. X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=4f36c963da80271ffea671999e41aaa04ea9a36f Reinstate so-called Bath search as part of Quick suite. --- diff --git a/lib/ZOOM/IRSpy/Test/Quick.pm b/lib/ZOOM/IRSpy/Test/Quick.pm index c184ccd..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::Fetch) } +sub subtests { qw(Ping Search::Bath) } sub timeout { 20 }