From 16f08803085f7dfeeb4a14093a7bf1cd20f99dad Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Fri, 14 Jan 2011 17:03:40 +0100 Subject: [PATCH] Fixed changes _urls in Makefile.am --- test/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index 8af2060..3d10156 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -5,12 +5,12 @@ check_SCRIPTS = test_http.sh test_icu.sh test_post.sh test_settings.sh test_turb EXTRA_DIST = run_pazpar2.sh marc21_test.xsl tmarc.xsl \ z3950_indexdata_com_marc.xml \ gils_service.xml marc_service.xml marc21.mmap \ - test_http.cfg test_http_urls \ - test_icu.cfg test_icu_urls \ - test_post.cfg test_post_urls \ - test_settings.cfg test_settings_urls \ - test_turbomarcxml.cfg test_turbomarcxml_urls \ - test_facets.cfg test_facets_urls \ + test_http.cfg test_http.urls \ + test_icu.cfg test_icu.urls \ + test_post.cfg test_post.urls \ + test_settings.cfg test_settings.urls \ + test_turbomarcxml.cfg test_turbomarcxml.urls \ + test_facets.cfg test_facets.urls \ $(check_SCRIPTS) TESTS = $(check_SCRIPTS) -- 1.7.10.4