X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=test%2Fregression%2Fshowtest;h=a55c143e239bc70bf900144c4cea7b66252ff4fb;hb=42bdf4fbb5ab30a761bcb70a40f078fc9f4a0e07;hp=496e20755fbf86341d3119385ccd27fa61ec044f;hpb=6bcdff4c474737f8e983873fdde87fbc01631405;p=cql-java-moved-to-github.git diff --git a/test/regression/showtest b/test/regression/showtest index 496e207..a55c143 100755 --- a/test/regression/showtest +++ b/test/regression/showtest @@ -1,6 +1,6 @@ #!/bin/sh -# $Id: showtest,v 1.3 2002-11-06 22:03:58 mike Exp $ +# $Id: showtest,v 1.6 2002-11-28 11:56:55 mike Exp $ if [ $# != 1 ]; then echo "Usage: $0 " >&2 @@ -9,8 +9,8 @@ if [ $# != 1 ]; then fi ### Warning: nasty hard-coded choices -( echo "=== Rob ===" - ../../../rob/CQLParser.py < sections/$1.cql ) > /tmp/rob +( echo "=== Adam ===" + ../../../srw/cql/cql2xcql < sections/$1.cql ) > /tmp/adam ( echo "=== Mike ===" ../../bin/CQLParser < sections/$1.cql ) > /tmp/mike -sdiff -w 80 /tmp/rob /tmp/mike +sdiff -w 80 /tmp/adam /tmp/mike