From: Mike Taylor Date: Thu, 26 Oct 2006 12:50:17 +0000 (+0000) Subject: Run correct sequence of tests X-Git-Tag: CPAN-v1.02~54^2~851 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=a86d1be84abb5bf7e599bc99a0d507c1263522de Run correct sequence of tests --- diff --git a/lib/ZOOM/IRSpy/Test/Main.pm b/lib/ZOOM/IRSpy/Test/Main.pm index 031b0b1..8973b45 100644 --- a/lib/ZOOM/IRSpy/Test/Main.pm +++ b/lib/ZOOM/IRSpy/Test/Main.pm @@ -1,4 +1,4 @@ -# $Id: Main.pm,v 1.11 2006-10-26 10:24:05 sondberg Exp $ +# $Id: Main.pm,v 1.12 2006-10-26 12:50:17 mike Exp $ package ZOOM::IRSpy::Test::Main; @@ -24,8 +24,8 @@ I<## To follow> =cut -sub subtests { qw(Ping Record::Main Search::Main) } ## Works -#sub subtests { qw(Ping Search::Main Record::Main) } ## Does not work +sub subtests { qw(Ping Search::Main Record::Main) } +#sub subtests { qw(Ping Search::Explain Record::Fetch) } # Nice, small example of old Explain-failure sub start { my $class = shift();