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:
afd4e79
)
Subtests are now correct (Ping and Search::Main)
author
Mike Taylor
<mike@indexdata.com>
Wed, 11 Oct 2006 16:46:37 +0000
(16:46 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 11 Oct 2006 16:46:37 +0000
(16:46 +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
e9ce6aa
..
71cb9a7
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.7 2006-10-06 11:33:08 mike Exp $
+# $Id: Main.pm,v 1.8 2006-10-11 16:46:37 mike Exp $
package ZOOM::IRSpy::Test::Main;
@@
-24,12
+24,13
@@
I<## To follow>
=cut
-sub subtests { qw(Search::Title Search::Bib1) }
+sub subtests { qw(Ping Search::Main) }
sub start {
my $class = shift();
my($conn) = @_;
+ $conn->log("irspy", "Main test no-opping");
# Do nothing -- this test is just a subtest container
}