From 5412d328c46765854e28496f212ba89369c0eb62 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 21 Jun 2006 16:26:09 +0000 Subject: [PATCH] Invoke the new Search::Title test as well as Ping --- lib/ZOOM/IRSpy/Test/Main.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)); } -- 1.7.10.4