From 93b7b5befe40c4a3f847c59071c4f2f6cd5325e7 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 7 Jul 2006 12:57:15 +0000 Subject: [PATCH] Update test becuase yaz_query_to_wrbuf now omits : before query type in string output. --- src/tstquery.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/tstquery.cpp b/src/tstquery.cpp index 16cfe0a..28b9093 100644 --- a/src/tstquery.cpp +++ b/src/tstquery.cpp @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2005, Index Data. + * Copyright (c) 1998-2006, Index Data. * See the file LICENSE for details. * - * $Id: tstquery.cpp,v 1.2 2006-03-29 13:14:15 adam Exp $ + * $Id: tstquery.cpp,v 1.3 2006-07-07 12:57:15 adam Exp $ */ #include @@ -34,8 +34,8 @@ void tst1(const char *query_str_in, const char *query_expected) int main(int argc, char **argv) { tst1("", ""); - tst1("x", "RPN: @attrset Bib-1 x"); - tst1("@and a b", "RPN: @attrset Bib-1 @and a b"); + tst1("x", "RPN @attrset Bib-1 x"); + tst1("@and a b", "RPN @attrset Bib-1 @and a b"); } /* -- 1.7.10.4