From 9225a0994fd952b6ca44873e44e677cf570286b9 Mon Sep 17 00:00:00 2001 From: mike Date: Tue, 26 Nov 2002 15:51:48 +0000 Subject: [PATCH] Refer to Adam's "cqlshell" rather than the old "cqlparse3" --- test/regression/Makefile | 6 +++--- test/regression/showtest | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/regression/Makefile b/test/regression/Makefile index 683753b..e7cc2c3 100644 --- a/test/regression/Makefile +++ b/test/regression/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 2002-11-21 09:57:28 mike Exp $ +# $Id: Makefile,v 1.8 2002-11-26 15:51:48 mike Exp $ XMLCANONICALISER = cat # Change this to "./xmlpp.pl" if you want to check for equivalence @@ -7,7 +7,7 @@ test: sections/01/01.cql sections/01/01.xcql ./runtests ../../bin/CQLParser $(XMLCANONICALISER) test-adam: sections/01/01.cql sections/01/01.xcql - ./runtests ../../../srw/cql/cqlparse3 $(XMLCANONICALISER) + ./runtests ../../../srw/cql/cqlshell $(XMLCANONICALISER) test-rob: sections/01/01.cql sections/01/01.xcql ./runtests ../../../rob/CQLParser.py $(XMLCANONICALISER) @@ -17,7 +17,7 @@ sections/01/01.cql: mktests queries.raw sections/01/01.xcql: mkanswers ./mkanswers ../../bin/CQLParser -# OR ./mkanswers ../../../srw/cql/cqlparse3 +# OR ./mkanswers ../../../srw/cql/cqlshell # OR ./mkanswers ../../../rob/CQLParser.py # Depending on which parser you want to use as your reference diff --git a/test/regression/showtest b/test/regression/showtest index 2cf6f7e..adcedef 100755 --- a/test/regression/showtest +++ b/test/regression/showtest @@ -1,6 +1,6 @@ #!/bin/sh -# $Id: showtest,v 1.4 2002-11-20 01:15:15 mike Exp $ +# $Id: showtest,v 1.5 2002-11-26 15:51:48 mike Exp $ if [ $# != 1 ]; then echo "Usage: $0 " >&2 @@ -10,7 +10,7 @@ fi ### Warning: nasty hard-coded choices ( echo "=== Adam ===" - ../../../srw/cql/cqlparse3 < sections/$1.cql ) > /tmp/adam + ../../../srw/cql/cqlshell < sections/$1.cql ) > /tmp/adam ( echo "=== Mike ===" ../../bin/CQLParser < sections/$1.cql ) > /tmp/mike sdiff -w 80 /tmp/adam /tmp/mike -- 1.7.10.4