X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FTest%2FSearch%2FMain.pm;h=3fb4edbb246992d8d6bee6800ba5eabbe9002b77;hb=306497793bbb2d3b62816cb7e4ce65dcabadcea8;hp=c9166db029b8fa7f8b97b4dd7949b512e0494d47;hpb=880bb74a2cc77e58aa99cbaeb300435316417e76;p=irspy-moved-to-github.git diff --git a/lib/ZOOM/IRSpy/Test/Search/Main.pm b/lib/ZOOM/IRSpy/Test/Search/Main.pm index c9166db..3fb4edb 100644 --- a/lib/ZOOM/IRSpy/Test/Search/Main.pm +++ b/lib/ZOOM/IRSpy/Test/Search/Main.pm @@ -1,4 +1,4 @@ -# $Id: Main.pm,v 1.2 2006-10-06 11:33:08 mike Exp $ +# $Id: Main.pm,v 1.4 2006-10-13 13:40:29 sondberg Exp $ package ZOOM::IRSpy::Test::Search::Main; @@ -9,9 +9,13 @@ use warnings; use ZOOM::IRSpy::Test; our @ISA = qw(ZOOM::IRSpy::Test); -sub subtests { qw(Search::Title Search::Bib1) } +sub subtests { qw(Search::Title Search::Bib1 Search::Dan1) } sub start { + my $class = shift(); + my($conn) = @_; + + $conn->log("irspy_test", "Main::Search test no-opping"); # Do nothing -- this test is just a subtest container }