From: Mike Taylor Date: Mon, 29 Jan 2007 17:24:51 +0000 (+0000) Subject: Try access-point 44 if other searches fail. X-Git-Tag: CPAN-v1.02~54^2~583 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=dbfd510efb484cdf5ac9a2dae5f62f56a5ebcc0c Try access-point 44 if other searches fail. --- diff --git a/lib/ZOOM/IRSpy/Test/Record/Fetch.pm b/lib/ZOOM/IRSpy/Test/Record/Fetch.pm index 3c27cc3..049e169 100644 --- a/lib/ZOOM/IRSpy/Test/Record/Fetch.pm +++ b/lib/ZOOM/IRSpy/Test/Record/Fetch.pm @@ -1,4 +1,4 @@ -# $Id: Fetch.pm,v 1.18 2006-12-18 15:36:03 mike Exp $ +# $Id: Fetch.pm,v 1.19 2007-01-29 17:24:51 mike Exp $ # See the "Main" test package for documentation @@ -16,6 +16,7 @@ our @ISA = qw(ZOOM::IRSpy::Test); my @queries = ( "\@attr 1=4 mineral", "\@attr 1=4 computer", + "\@attr 1=44 mineral", # Smithsonian doesn't support AP 4! ### We can add more queries here );