From: Mike Taylor Date: Mon, 29 Jan 2007 17:12:54 +0000 (+0000) Subject: Omit Test::Title test, since this fails (astonishingly) on the X-Git-Tag: CPAN-v1.02~639 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=f036bd541a773a98edf3666232a2b4278293a813 Omit Test::Title test, since this fails (astonishingly) on the Smithsonian card catalogue's server, causing the BIB-1 test to be skipped. --- diff --git a/lib/ZOOM/IRSpy/Test/Search/Main.pm b/lib/ZOOM/IRSpy/Test/Search/Main.pm index f96465a..bdc03e0 100644 --- a/lib/ZOOM/IRSpy/Test/Search/Main.pm +++ b/lib/ZOOM/IRSpy/Test/Search/Main.pm @@ -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 {