From 8e8489f6c6191b3335adb1f1b285d9c7ad724023 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 13 Feb 2007 15:04:08 +0000 Subject: [PATCH 1/1] Comment out the test of the "opac" record syntax. I feel really terrible about this, because there is a terrible chthonic bug of ghastly elder-world-invasion proportions, and I _cannot_ find it and kill it. All I can tell you right now is that if we don't test for OPAC records, the bug doesn't happen. So pragmatism dictates that right now, we won't check for OPAC records. But one day, there's going to be a reckoning. --- 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 53a0379..d45524c 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.21 2007-02-13 14:35:04 mike Exp $ +# $Id: Fetch.pm,v 1.22 2007-02-13 15:04:08 mike Exp $ # See the "Main" test package for documentation @@ -62,7 +62,7 @@ sub completed_search { 'librismarc', 'mab', 'normarc', - 'opac', +# 'opac', 'picamarc', 'rusmarc', 'summary', -- 1.7.10.4