From: mike Date: Thu, 22 Dec 2005 08:58:27 +0000 (+0000) Subject: Comment. X-Git-Tag: cpan_1_22~275 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=69c150cad00e7a4e662d7ded5ebeffcb4505e2d2;p=ZOOM-Perl-moved-to-github.git Comment. --- diff --git a/t/22-query.t b/t/22-query.t index 20e7fad..93d63b8 100644 --- a/t/22-query.t +++ b/t/22-query.t @@ -1,4 +1,4 @@ -# $Id: 22-query.t,v 1.3 2005-12-22 08:30:15 mike Exp $ +# $Id: 22-query.t,v 1.4 2005-12-22 08:58:27 mike Exp $ # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl 22-query.t' @@ -77,6 +77,7 @@ ok($@ && $@->isa("ZOOM::Exception") && $@->code() == ZOOM::Error::CQL_TRANSFORM && $@->diagset() eq "ZOOM", "can't make CQL2RPN query: error " . $@->code()); +# Finally, do a successful client-compiled CQL search ok(1, "[no need to create empty query]"); $conn->option(cqlfile => "samples/cql/pqf.properties"); eval { $q = new ZOOM::Query::CQL2RPN('title=utah and description=epicenter',