Renamed a test.
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 28 Apr 2008 08:30:11 +0000 (10:30 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 28 Apr 2008 08:30:11 +0000 (10:30 +0200)
test/Makefile.am
test/tstcql2xcql.sh

index debbec0..05ac610 100644 (file)
@@ -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 \
index 7bcda25..0085c23 100755 (executable)
@@ -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