X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ftstquery.cpp;h=28b90934b98c83020c7af98dc3ca561ea5c1a289;hb=f4a712d1c3fe702351dadafdeab971a16d9960c4;hp=a93198a138e7b327e0b10a47bd6b6f4142749730;hpb=58ad752713282ff9d9baa1b958f09eaa26c4c822;p=yazpp-moved-to-github.git diff --git a/src/tstquery.cpp b/src/tstquery.cpp index a93198a..28b9093 100644 --- a/src/tstquery.cpp +++ b/src/tstquery.cpp @@ -1,12 +1,12 @@ /* - * Copyright (c) 1998-2005, Index Data. + * Copyright (c) 1998-2006, Index Data. * See the file LICENSE for details. * - * $Id: tstquery.cpp,v 1.1 2005-09-27 17:57:51 adam Exp $ + * $Id: tstquery.cpp,v 1.3 2006-07-07 12:57:15 adam Exp $ */ #include -#include +#include using namespace yazpp_1; @@ -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"); } /*