From b2c93dc0ae1185ad5d45882c38f19f4f9d0ebdf6 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Mon, 30 Jul 2007 23:06:01 +0000 Subject: [PATCH] Made local copy of marc21.xsl. This was done to support tests and behavior that is not desirable in demo/production systems. --- test/marc21.xsl | 253 +++++++++++++++++++++++++++++++++++++++++++++++++++++ test/test_http.sh | 5 +- 2 files changed, 254 insertions(+), 4 deletions(-) create mode 100644 test/marc21.xsl 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 & -- 1.7.10.4