From 69c150cad00e7a4e662d7ded5ebeffcb4505e2d2 Mon Sep 17 00:00:00 2001 From: mike Date: Thu, 22 Dec 2005 08:58:27 +0000 Subject: [PATCH] Comment. --- t/22-query.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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', -- 1.7.10.4