From 7c80e0b9d63f94c3a115cc942b7e3d3ac3217e62 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 25 Oct 2006 15:45:07 +0000 Subject: [PATCH] Reinstate full list of record syntaxes. --- lib/ZOOM/IRSpy/Test/Record/Fetch.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ZOOM/IRSpy/Test/Record/Fetch.pm b/lib/ZOOM/IRSpy/Test/Record/Fetch.pm index 2e0b591..a4275c5 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.7 2006-10-25 15:44:50 mike Exp $ +# $Id: Fetch.pm,v 1.8 2006-10-25 15:45:07 mike Exp $ # See the "Main" test package for documentation @@ -50,7 +50,7 @@ sub completed_search { 'usmarc', 'xml' ); - @syntax = qw(grs-1 sutrs usmarc xml); # simplify for debugging + #@syntax = qw(grs-1 sutrs usmarc xml); # simplify for debugging foreach my $syntax (@syntax) { $conn->irspy_rs_record($task->{rs}, 0, { syntax => $syntax }, -- 1.7.10.4