From a6bf68ca3f1e0398c6f7da5fcde39cd059864296 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 11 Oct 2006 16:46:37 +0000 Subject: [PATCH] Subtests are now correct (Ping and Search::Main) --- lib/ZOOM/IRSpy/Test/Main.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/ZOOM/IRSpy/Test/Main.pm b/lib/ZOOM/IRSpy/Test/Main.pm index e9ce6aa..71cb9a7 100644 --- a/lib/ZOOM/IRSpy/Test/Main.pm +++ b/lib/ZOOM/IRSpy/Test/Main.pm @@ -1,4 +1,4 @@ -# $Id: Main.pm,v 1.7 2006-10-06 11:33:08 mike Exp $ +# $Id: Main.pm,v 1.8 2006-10-11 16:46:37 mike Exp $ package ZOOM::IRSpy::Test::Main; @@ -24,12 +24,13 @@ I<## To follow> =cut -sub subtests { qw(Search::Title Search::Bib1) } +sub subtests { qw(Ping Search::Main) } sub start { my $class = shift(); my($conn) = @_; + $conn->log("irspy", "Main test no-opping"); # Do nothing -- this test is just a subtest container } -- 1.7.10.4