X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ftstquery.cpp;h=4129e2aaa6d9b7b14297621bd32778f889667e10;hb=4589223b9cad791d79079fcd669d3292d37b88e3;hp=16cfe0a21196365fb61071ac77cc84d854bd570d;hpb=0cc824e02bc2c69986bec8c9dd9ff53f07a0cd3d;p=yazpp-moved-to-github.git diff --git a/src/tstquery.cpp b/src/tstquery.cpp index 16cfe0a..4129e2a 100644 --- a/src/tstquery.cpp +++ b/src/tstquery.cpp @@ -1,8 +1,6 @@ -/* - * Copyright (c) 1998-2005, Index Data. +/* This file is part of the yazpp toolkit. + * Copyright (C) 1998-2008 Index Data and Mike Taylor * See the file LICENSE for details. - * - * $Id: tstquery.cpp,v 1.2 2006-03-29 13:14:15 adam Exp $ */ #include @@ -34,8 +32,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"); } /*