X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FTest%2FMain.pm;h=e9ce6aa21552cb4359c3a42098fc85f8c2785797;hp=91a91f5afbc8b65519ff2fa2520fddff83e6312c;hb=880bb74a2cc77e58aa99cbaeb300435316417e76;hpb=8b511802f4f0dcc9955dc23703020d94c1a10396 diff --git a/lib/ZOOM/IRSpy/Test/Main.pm b/lib/ZOOM/IRSpy/Test/Main.pm index 91a91f5..e9ce6aa 100644 --- a/lib/ZOOM/IRSpy/Test/Main.pm +++ b/lib/ZOOM/IRSpy/Test/Main.pm @@ -1,4 +1,4 @@ -# $Id: Main.pm,v 1.4 2006-09-26 13:12:28 sondberg Exp $ +# $Id: Main.pm,v 1.7 2006-10-06 11:33:08 mike Exp $ package ZOOM::IRSpy::Test::Main; @@ -7,8 +7,7 @@ use strict; use warnings; use ZOOM::IRSpy::Test; -our @ISA; -@ISA = qw(ZOOM::IRSpy::Test); +our @ISA = qw(ZOOM::IRSpy::Test); =head1 NAME @@ -25,11 +24,13 @@ I<## To follow> =cut -sub run { - my $this = shift(); +sub subtests { qw(Search::Title Search::Bib1) } - #return $this->run_tests(qw(Ping Search::Bib1)); - return $this->run_tests(qw(Ping Search::Title Search::Bib1)); +sub start { + my $class = shift(); + my($conn) = @_; + + # Do nothing -- this test is just a subtest container }