projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f17d11
)
Invoke the new Search::Title test as well as Ping
author
Mike Taylor
<mike@indexdata.com>
Wed, 21 Jun 2006 16:26:09 +0000
(16:26 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 21 Jun 2006 16:26:09 +0000
(16:26 +0000)
lib/ZOOM/IRSpy/Test/Main.pm
patch
|
blob
|
history
diff --git
a/lib/ZOOM/IRSpy/Test/Main.pm
b/lib/ZOOM/IRSpy/Test/Main.pm
index
027da6b
..
7041061
100644
(file)
--- 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));
}