From 74b379184d131bea6e32b31f7ba3918cfc30a5d8 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 18 Jul 2007 13:39:11 +0000 Subject: [PATCH] Test use of pz:xslt=auto --- test/test_http.cfg | 3 +-- test/test_http.sh | 5 ++++- test/test_http.xml | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/test/test_http.cfg b/test/test_http.cfg index 6785316..d3041f4 100644 --- a/test/test_http.cfg +++ b/test/test_http.cfg @@ -1,11 +1,10 @@ - + - diff --git a/test/test_http.sh b/test/test_http.sh index 5e70836..6406622 100755 --- a/test/test_http.sh +++ b/test/test_http.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: test_http.sh,v 1.7 2007-05-23 21:58:29 adam Exp $ +# $Id: test_http.sh,v 1.8 2007-07-18 13:39:11 adam Exp $ # # Regression test using pazpar2 against z3950.indexdata.com/marc # Reads Pazpar2 URLs from test_http_urls @@ -20,6 +20,9 @@ if test -x /usr/bin/lynx; then lynx=/usr/bin/lynx fi +rm -f marc21.xsl +ln -s ${srcdir}/../etc/marc21.xsl + # Fire up pazpar2 rm -f pazpar2.log ../src/pazpar2 -X -l pazpar2.log -f ${srcdir}/test_http.cfg -t ${srcdir}/test_http.xml >extra_pazpar2.log 2>&1 & diff --git a/test/test_http.xml b/test/test_http.xml index 386a4f9..cefa3eb 100644 --- a/test/test_http.xml +++ b/test/test_http.xml @@ -1,7 +1,7 @@ - + @@ -23,6 +23,6 @@ - + -- 1.7.10.4