X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=t%2F22-query.t;fp=t%2F22-query.t;h=93d63b80c80f73f37161a49ff504533ecc94cb0e;hb=69c150cad00e7a4e662d7ded5ebeffcb4505e2d2;hp=20e7fadd355855ad94907b6128e5550965adef17;hpb=5e9d44c23b12861a7c6df51ec31bb105fba6e128;p=ZOOM-Perl-moved-to-github.git 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',