From: Adam Dickmeiss Date: Fri, 8 Nov 2013 18:29:40 +0000 (+0100) Subject: Remove unmaintained tests X-Git-Tag: v1.6.36~4 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=f013cd7720f0bdaf2f7be4a54304b8c366d8d489 Remove unmaintained tests --- diff --git a/test/dtic-dads-sru-proxy.xml b/test/dtic-dads-sru-proxy.xml deleted file mode 100644 index cd18881..0000000 --- a/test/dtic-dads-sru-proxy.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/test/test_dads.cfg b/test/test_dads.cfg deleted file mode 100644 index 299ff9f..0000000 --- a/test/test_dads.cfg +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/test/test_dads.sh b/test/test_dads.sh deleted file mode 100644 index 73ef8f9..0000000 --- a/test/test_dads.sh +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh - -# srcdir might be set by make -srcdir=${srcdir:-"."} - -#TODO set up solr target. For now use donut -#F=../solr/client.sh -# -#rm -f solr.pid -#$F -l solr.log -p ztest.pid -D @:9999 -#sleep 1 -#if test ! -f ztest.pid; then -# echo "yaz-ztest could not be started" -# exit 0 -#fi - -${srcdir}/run_pazpar2.sh test_dads -E=$? - -#kill `cat ztest.pid` -#rm ztest.pid -exit $E - -# Local Variables: -# mode:shell-script -# sh-indentation: 2 -# sh-basic-offset: 4 -# End: diff --git a/test/test_sru-proxy.cfg b/test/test_sru-proxy.cfg deleted file mode 100644 index 6a42350..0000000 --- a/test/test_sru-proxy.cfg +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/test/test_sru-proxy.sh b/test/test_sru-proxy.sh deleted file mode 100755 index 2ceb005..0000000 --- a/test/test_sru-proxy.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -# srcdir might be set by make -srcdir=${srcdir:-"."} - -#TODO set up solr target. For now use donut -#F=../solr/client.sh - -${srcdir}/run_pazpar2.sh test_sru-proxy -E=$? - -#kill `cat ztest.pid` -#rm ztest.pid -exit $E - -# Local Variables: -# mode:shell-script -# sh-indentation: 2 -# sh-basic-offset: 4 -# End: