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:
2fe5adf
)
Preparing test case.
author
Anders S. Mortensen
<sondberg@indexdata.dk>
Thu, 26 Oct 2006 10:24:05 +0000
(10:24 +0000)
committer
Anders S. Mortensen
<sondberg@indexdata.dk>
Thu, 26 Oct 2006 10:24:05 +0000
(10:24 +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
7a01951
..
031b0b1
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.10 2006-10-23 13:54:52 sondberg Exp $
+# $Id: Main.pm,v 1.11 2006-10-26 10:24:05 sondberg Exp $
package ZOOM::IRSpy::Test::Main;
@@
-24,7
+24,8
@@
I<## To follow>
=cut
-sub subtests { qw(Ping Search::Main Record::Main) }
+sub subtests { qw(Ping Record::Main Search::Main) } ## Works
+#sub subtests { qw(Ping Search::Main Record::Main) } ## Does not work
sub start {
my $class = shift();