From 761927afd3d9cb25745d838c14c3fea855d6ac52 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 8 Sep 2009 16:27:13 +0200 Subject: [PATCH] Test uses include of a service. --- test/Makefile.am | 2 +- test/gils_service.xml | 13 +++++++++++++ test/test_http.cfg | 13 +------------ 3 files changed, 15 insertions(+), 13 deletions(-) create mode 100644 test/gils_service.xml diff --git a/test/Makefile.am b/test/Makefile.am index c84a8e1..4cefa6e 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -2,7 +2,7 @@ check_SCRIPTS = test_http.sh test_icu.sh EXTRA_DIST = run_pazpar2.sh marc21.xsl z3950_indexdata_com_marc.xml \ - z3950_indexdata_com_gils.xml test_http.cfg \ + z3950_indexdata_com_gils.xml test_http.cfg gils_service.xml \ test_http_urls test_icu.cfg test_icu_urls $(check_SCRIPTS) TESTS = $(check_SCRIPTS) diff --git a/test/gils_service.xml b/test/gils_service.xml new file mode 100644 index 0000000..879b202 --- /dev/null +++ b/test/gils_service.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + diff --git a/test/test_http.cfg b/test/test_http.cfg index cc9f1f0..c1f51fd 100644 --- a/test/test_http.cfg +++ b/test/test_http.cfg @@ -25,18 +25,7 @@ - - - - - - - - - - - + -- 1.7.10.4