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~638 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=e770bda66d50a692f9b38c790545e885d66b8c2c;p=irspy-moved-to-github.git 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 );