Test use of pz:xslt=auto
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 18 Jul 2007 13:39:11 +0000 (13:39 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 18 Jul 2007 13:39:11 +0000 (13:39 +0000)
test/test_http.cfg
test/test_http.sh
test/test_http.xml

index 6785316..d3041f4 100644 (file)
@@ -1,11 +1,10 @@
 <?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"/>
index 5e70836..6406622 100755 (executable)
@@ -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 &
index 386a4f9..cefa3eb 100644 (file)
@@ -1,7 +1,7 @@
 <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"/>
 
@@ -23,6 +23,6 @@
   <!-- Result normalization settings -->
 
   <set name="pz:nativesyntax" value="iso2709"/>
-  <set name="pz:xslt" value="../etc/marc21.xsl"/>
+  <set name="pz:xslt" value="auto"/>
 
 </settings>