From 05f1744ff7e3d3514fef9c7f2d88e0b609378b1c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 25 May 2004 14:11:26 +0000 Subject: [PATCH] Update new CQL parser --- perl/t/04_cql.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) = @_; -- 1.7.10.4