X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FTest%2FMain.pm;h=b4e9d7323720bad782915bebd4b710e4fe576833;hp=8f63a3df08ce7105f0a39f62d1f849ecf1449ee2;hb=2ee6d6d4cc1eca7c0a890e26d50fd64328febcff;hpb=f5be119ebc6c005b1186b3d4b234ed9c3ad73a3f diff --git a/lib/ZOOM/IRSpy/Test/Main.pm b/lib/ZOOM/IRSpy/Test/Main.pm index 8f63a3d..b4e9d73 100644 --- a/lib/ZOOM/IRSpy/Test/Main.pm +++ b/lib/ZOOM/IRSpy/Test/Main.pm @@ -1,4 +1,4 @@ -# $Id: Main.pm,v 1.5 2006-09-26 13:34:38 sondberg Exp $ +# $Id: Main.pm,v 1.6 2006-10-02 13:08:42 sondberg Exp $ package ZOOM::IRSpy::Test::Main; @@ -28,7 +28,7 @@ I<## To follow> sub run { my $this = shift(); - return $this->run_tests(qw(Ping Search::Bib1)); + return $this->run_tests(qw(Ping Search::Main)); }