From: Mike Taylor Date: Wed, 21 Jun 2006 16:26:09 +0000 (+0000) Subject: Invoke the new Search::Title test as well as Ping X-Git-Tag: CPAN-v1.02~1204 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=5412d328c46765854e28496f212ba89369c0eb62 Invoke the new Search::Title test as well as Ping --- diff --git a/lib/ZOOM/IRSpy/Test/Main.pm b/lib/ZOOM/IRSpy/Test/Main.pm index 027da6b..7041061 100644 --- a/lib/ZOOM/IRSpy/Test/Main.pm +++ b/lib/ZOOM/IRSpy/Test/Main.pm @@ -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)); }