From d255954b5a2cfd932798ba4335a358c1c8e2b61a Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 26 Oct 2006 12:50:17 +0000 Subject: [PATCH] Run correct sequence of tests --- lib/ZOOM/IRSpy/Test/Main.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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(); -- 1.7.10.4