From 2cfddf92bc0688daa308a66f393ce7e2000f0762 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 28 Apr 2008 10:30:11 +0200 Subject: [PATCH] Renamed a test. --- test/Makefile.am | 4 ++-- test/tstcql2xcql.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index debbec0..05ac610 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -5,11 +5,11 @@ check_PROGRAMS = tsticonv tstnmem tstmatchstr tstwrbuf tstodr tstccl tstlog \ tstsoap1 tstsoap2 tstodrstack tstlogthread tstxmlquery tstpquery \ tst_comstack tst_filepath tst_record_conv tst_retrieval tst_tpath \ tst_timing tst_query_charset tst_oid tst_icu_I18N tst_match_glob -check_SCRIPTS = tstcql.sh tstmarc.sh tstmarccol.sh tstcql2pqf.sh +check_SCRIPTS = tstmarc.sh tstmarccol.sh tstcql2xcql.sh tstcql2pqf.sh TESTS = $(check_PROGRAMS) $(check_SCRIPTS) -EXTRA_DIST = tstodr.asn tstodrcodec.c tstodrcodec.h cqlsample \ +EXTRA_DIST = tstodr.asn tstodrcodec.c tstodrcodec.h cql2xcqlsample \ cql2pqf-order.txt cql2pqfsample \ $(check_SCRIPTS) \ marc1.marc marc1.xml marc1.chr marc1.xml.marc \ diff --git a/test/tstcql2xcql.sh b/test/tstcql2xcql.sh index 7bcda25..0085c23 100755 --- a/test/tstcql2xcql.sh +++ b/test/tstcql2xcql.sh @@ -7,9 +7,9 @@ secno=0 testno=0 comment=0 ecode=0 -test -f ${srcdir}/cqlsample || exit 1 +test -f ${srcdir}/cql2xcqlsample || exit 1 test -d cql || mkdir cql -for f in `cat ${srcdir}/cqlsample`; do +for f in `cat ${srcdir}/cql2xcqlsample`; do if echo $f | grep '^#' >/dev/null; then comment=1 else -- 1.7.10.4