From: Sebastian Hammer Date: Mon, 30 Jul 2007 23:06:01 +0000 (+0000) Subject: Made local copy of marc21.xsl. This was done to support tests and behavior X-Git-Tag: PAZPAR2.1.0.2~28 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=b2c93dc0ae1185ad5d45882c38f19f4f9d0ebdf6;p=pazpar2-moved-to-github.git Made local copy of marc21.xsl. This was done to support tests and behavior that is not desirable in demo/production systems. --- diff --git a/test/marc21.xsl b/test/marc21.xsl new file mode 100644 index 0000000..b380436 --- /dev/null +++ b/test/marc21.xsl @@ -0,0 +1,253 @@ + + + + + + + + + + + + + + + + + + + + + + + electronic resource + + + electronic resource + + + electronic resource + + + article + + + book + + + + + + + title + + author + + medium + + + + + Shit: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/test_http.sh b/test/test_http.sh index 6406622..75f82c7 100755 --- a/test/test_http.sh +++ b/test/test_http.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: test_http.sh,v 1.8 2007-07-18 13:39:11 adam Exp $ +# $Id: test_http.sh,v 1.9 2007-07-30 23:06:01 quinn Exp $ # # Regression test using pazpar2 against z3950.indexdata.com/marc # Reads Pazpar2 URLs from test_http_urls @@ -20,9 +20,6 @@ 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 &