<?xml version="1.0" encoding="UTF-8"?>
<pazpar2 xmlns="http://www.indexdata.com/pazpar2/1.0">
-<!-- $Id: test_http.cfg,v 1.2 2007-07-16 09:39:56 adam Exp $ -->
+<!-- $Id: test_http.cfg,v 1.3 2007-07-18 13:39:11 adam Exp $ -->
<!-- Used by test_http.sh -->
<server>
<listen port="9763"/>
<proxy host="localhost"/>
- <settings src="../etc/settings"/>
<service>
<metadata name="url" merge="unique"/>
#!/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
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 &
<settings target="z3950.indexdata.com/marc">
<!-- Used by test test_http.sh -->
- <!-- $Id: test_http.xml,v 1.2 2007-05-16 08:31:17 adam Exp $ -->
+ <!-- $Id: test_http.xml,v 1.3 2007-07-18 13:39:11 adam Exp $ -->
<set name="pz:name" value="Local Test"/>
<!-- Result normalization settings -->
<set name="pz:nativesyntax" value="iso2709"/>
- <set name="pz:xslt" value="../etc/marc21.xsl"/>
+ <set name="pz:xslt" value="auto"/>
</settings>