From 31304c10a671699d2b3f5ac082cc17e772b15842 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 9 Dec 2005 10:14:52 +0000 Subject: [PATCH] Don't use recordId. --- examples/gils/xs-test.cfg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/gils/xs-test.cfg b/examples/gils/xs-test.cfg index 2b5dcf2..df0f588 100644 --- a/examples/gils/xs-test.cfg +++ b/examples/gils/xs-test.cfg @@ -1,5 +1,5 @@ # Simple Zebra configuration file -# $Id: xs-test.cfg,v 1.1 2005-12-07 15:32:34 mike Exp $ +# $Id: xs-test.cfg,v 1.2 2005-12-09 10:14:52 mike Exp $ # # Where the schema files, attribute files, etc are located. profilePath: .:../../tab @@ -19,7 +19,9 @@ passwd: xs-pwfile someCrappyNonExistentDirectiveThatWillJustBeIgnored: fruit #rank: zvrank -recordId: (bib-1,title) +# Don't use a recordId taken from the record itself: the test-suite +# currently supplies its own recordIds. +#recordId: (bib-1,title) modulePath: ../../recctrl/.libs #shadow: shadow:100M -- 1.7.10.4