From 906007c54f392fd427b917e0d57df4d0a71bdfe6 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 15 Apr 2009 13:57:38 +0000 Subject: [PATCH] Add new test-search. --- 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 86ae65a..9d5f9c5 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.29 2007-05-09 12:05:04 mike Exp $ +# $Id: Fetch.pm,v 1.30 2009-04-15 13:57:38 mike Exp $ # See the "Main" test package for documentation @@ -17,6 +17,7 @@ my @queries = ( "\@attr 1=4 mineral", "\@attr 1=4 computer", "\@attr 1=44 mineral", # Smithsonian doesn't support AP 4! + "\@attr 1=1016 mineral", # Connector Framework only does 1016 ### We can add more queries here ); -- 1.7.10.4