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:
e8a3ce9
)
Omit Test::Title test, since this fails (astonishingly) on the
author
Mike Taylor
<mike@indexdata.com>
Mon, 29 Jan 2007 17:12:54 +0000
(17:12 +0000)
committer
Mike 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
patch
|
blob
|
history
diff --git
a/lib/ZOOM/IRSpy/Test/Search/Main.pm
b/lib/ZOOM/IRSpy/Test/Search/Main.pm
index
f96465a
..
bdc03e0
100644
(file)
--- 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 {