Invoke the new Search::Title test as well as Ping
authorMike Taylor <mike@indexdata.com>
Wed, 21 Jun 2006 16:26:09 +0000 (16:26 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 21 Jun 2006 16:26:09 +0000 (16:26 +0000)
lib/ZOOM/IRSpy/Test/Main.pm

index 027da6b..7041061 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Main.pm,v 1.1 2006-06-20 16:32:42 mike Exp $
+# $Id: Main.pm,v 1.2 2006-06-21 16:26:09 mike Exp $
 
 package ZOOM::IRSpy::Test::Main;
 
@@ -28,7 +28,7 @@ I<### To follow>
 sub run {
     my $this = shift();
 
-    return $this->run_tests("Ping");
+    return $this->run_tests(qw(Ping Search::Title));
 }