Added Search/Main.pm and addressing it in Main.pm.
[irspy-moved-to-github.git] / lib / ZOOM / IRSpy / Test / Main.pm
index 8f63a3d..b4e9d73 100644 (file)
@@ -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));
 }