Run correct sequence of tests
authorMike Taylor <mike@indexdata.com>
Thu, 26 Oct 2006 12:50:17 +0000 (12:50 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 26 Oct 2006 12:50:17 +0000 (12:50 +0000)
lib/ZOOM/IRSpy/Test/Main.pm

index 031b0b1..8973b45 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Main.pm,v 1.11 2006-10-26 10:24:05 sondberg Exp $
+# $Id: Main.pm,v 1.12 2006-10-26 12:50:17 mike Exp $
 
 package ZOOM::IRSpy::Test::Main;
 
@@ -24,8 +24,8 @@ I<## To follow>
 
 =cut
 
-sub subtests { qw(Ping Record::Main Search::Main) }     ## Works
-#sub subtests { qw(Ping Search::Main Record::Main) }     ## Does not work
+sub subtests { qw(Ping Search::Main Record::Main) }
+#sub subtests { qw(Ping Search::Explain Record::Fetch) } # Nice, small example of old Explain-failure
 
 sub start {
     my $class = shift();