X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FTest%2FSearch%2FMain.pm;h=f657a9d9ab814e61c3183ba26fa6c5644d98ea64;hp=c9166db029b8fa7f8b97b4dd7949b512e0494d47;hb=7c1889fe551f8f870702fc996737419c104f9705;hpb=a8be7db5305925fc720f3dac7e6afc8fba7b9e60 diff --git a/lib/ZOOM/IRSpy/Test/Search/Main.pm b/lib/ZOOM/IRSpy/Test/Search/Main.pm index c9166db..f657a9d 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.8 2007-05-01 15:30:38 mike 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::Bib1 Search::Dan1 Search::Boolean + Search::Explain Search::CQL) } 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 }