Preparing test case.
authorAnders S. Mortensen <sondberg@indexdata.dk>
Thu, 26 Oct 2006 10:24:05 +0000 (10:24 +0000)
committerAnders S. Mortensen <sondberg@indexdata.dk>
Thu, 26 Oct 2006 10:24:05 +0000 (10:24 +0000)
lib/ZOOM/IRSpy/Test/Main.pm

index 7a01951..031b0b1 100644 (file)
@@ -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;
 
 
 package ZOOM::IRSpy::Test::Main;
 
@@ -24,7 +24,8 @@ I<## To follow>
 
 =cut
 
 
 =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();
 
 sub start {
     my $class = shift();