From: mike Date: Tue, 3 Jul 2007 15:53:52 +0000 (+0000) Subject: Do not omit section 10 X-Git-Tag: v1.5~52 X-Git-Url: http://git.indexdata.com/?p=cql-java-moved-to-github.git;a=commitdiff_plain;h=99a1735edf684e9e5f1bce8c0ba1a4876993efc8 Do not omit section 10 --- diff --git a/test/regression/runtests b/test/regression/runtests index de8b38e..3c06174 100755 --- a/test/regression/runtests +++ b/test/regression/runtests @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# $Id: runtests,v 1.11 2007-06-29 11:47:25 mike Exp $ +# $Id: runtests,v 1.12 2007-07-03 15:53:52 mike Exp $ use IO::File; use strict; @@ -18,7 +18,7 @@ my($ntests, $ncorrect) = (0, 0); while () { my $sdir = $_; s@sections/@@; - next if /^CVS$/ || /^10$/; + next if /^CVS$/; print "testing section $_ - ", read_file("$sdir/name"), "\n"; while (<$sdir/*.cql>) {