X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=lib%2FZOOM%2FIRSpy%2FTest%2FSearch%2FMain.pm;h=f96465ad2dca43d868aed3839ce1dd7555031429;hb=e3621dfcffc65dff8191cd5d97ca0a9dbb1e6fd6;hp=c9166db029b8fa7f8b97b4dd7949b512e0494d47;hpb=a8be7db5305925fc720f3dac7e6afc8fba7b9e60;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..f96465a 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.6 2006-10-25 12:44:55 sondberg Exp $ package ZOOM::IRSpy::Test::Search::Main; @@ -9,9 +9,14 @@ 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 Search::Boolean + Search::Explain) } 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 }