Omit Test::Title test, since this fails (astonishingly) on the
authorMike Taylor <mike@indexdata.com>
Mon, 29 Jan 2007 17:12:54 +0000 (17:12 +0000)
committerMike Taylor <mike@indexdata.com>
Mon, 29 Jan 2007 17:12:54 +0000 (17:12 +0000)
Smithsonian card catalogue's server, causing the BIB-1 test to be
skipped.

lib/ZOOM/IRSpy/Test/Search/Main.pm

index f96465a..bdc03e0 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Main.pm,v 1.6 2006-10-25 12:44:55 sondberg Exp $
+# $Id: Main.pm,v 1.7 2007-01-29 17:12:54 mike Exp $
 
 package ZOOM::IRSpy::Test::Search::Main;
 
@@ -9,7 +9,7 @@ use warnings;
 use ZOOM::IRSpy::Test;
 our @ISA = qw(ZOOM::IRSpy::Test);
 
-sub subtests { qw(Search::Title Search::Bib1 Search::Dan1 Search::Boolean
+sub subtests { qw(Search::Bib1 Search::Dan1 Search::Boolean
                   Search::Explain) }
 
 sub start {