From dbfd510efb484cdf5ac9a2dae5f62f56a5ebcc0c Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 29 Jan 2007 17:24:51 +0000 Subject: [PATCH] Try access-point 44 if other searches fail. --- lib/ZOOM/IRSpy/Test/Record/Fetch.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ); -- 1.7.10.4