From cd77b2d6a447d67840d21ab4542d70dc10daa70c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 24 Mar 2006 13:49:59 +0000 Subject: [PATCH] Uncomment register+shadow --- test/marcxml/zebra.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/marcxml/zebra.cfg b/test/marcxml/zebra.cfg index 005f754..beb683a 100644 --- a/test/marcxml/zebra.cfg +++ b/test/marcxml/zebra.cfg @@ -1,5 +1,5 @@ # Simple Zebra configuration file -# $Id: zebra.cfg,v 1.2.2.1 2006-03-24 13:47:30 adam Exp $ +# $Id: zebra.cfg,v 1.2.2.2 2006-03-24 13:49:59 adam Exp $ # # Where the schema files, attribute files, etc are located. profilePath: ${srcdir:-.}:${srcdir:-.}/../../tab @@ -18,5 +18,5 @@ storedata: 1 recordId: (bib1,identifier-standard) isam: b -shadow: shadow:1G -register: register:1G +#shadow: shadow:1G +#register: register:1G -- 1.7.10.4