From f013cd7720f0bdaf2f7be4a54304b8c366d8d489 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 8 Nov 2013 19:29:40 +0100 Subject: [PATCH] Remove unmaintained tests --- test/dtic-dads-sru-proxy.xml | 31 ------------------------------- test/test_dads.cfg | 38 -------------------------------------- test/test_dads.sh | 28 ---------------------------- test/test_sru-proxy.cfg | 42 ------------------------------------------ test/test_sru-proxy.sh | 20 -------------------- 5 files changed, 159 deletions(-) delete mode 100644 test/dtic-dads-sru-proxy.xml delete mode 100644 test/test_dads.cfg delete mode 100644 test/test_dads.sh delete mode 100644 test/test_sru-proxy.cfg delete mode 100755 test/test_sru-proxy.sh 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: -- 1.7.10.4