From: Adam Dickmeiss Date: Tue, 25 May 2004 14:11:26 +0000 (+0000) Subject: Update new CQL parser X-Git-Tag: ZEBRA.1.3.16~104 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=05f1744ff7e3d3514fef9c7f2d88e0b609378b1c Update new CQL parser --- diff --git a/perl/t/04_cql.t b/perl/t/04_cql.t index 7efb8da..010c010 100644 --- a/perl/t/04_cql.t +++ b/perl/t/04_cql.t @@ -1,6 +1,6 @@ #!perl # ============================================================================= -# $Id: 04_cql.t,v 1.1 2003-03-03 00:44:39 pop Exp $ +# $Id: 04_cql.t,v 1.2 2004-05-25 14:11:26 adam Exp $ # # Perl API header # ============================================================================= @@ -40,7 +40,7 @@ $SIG{__WARN__} = \&catch_warn; &check_cql($sess, "dc.title=(IDZebra and Session)", 0); &check_cql($sess, "dc.title=IDZebra and Session)", -1); &check_cql($sess, "dc.title='IDZebra::Session'", 0); -&check_cql($sess, "anything=IDZebra", 15); +&check_cql($sess, "anything=IDZebra", 16); sub check_cql { my ($sess, $query, $exp) = @_;