X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ftest_search.c;h=6d568af879dcdf63db136d7c4414ac697f4a4704;hb=022315e51f7179fc8ab9910d702e791685e62f1a;hp=de6730f15f8e68375babb5064af83c845e6a521b;hpb=4b25ee9a2fbd9a641095362fc424c1f7b7c0ca2c;p=idzebra-moved-to-github.git diff --git a/test/api/test_search.c b/test/api/test_search.c index de6730f..6d568af 100644 --- a/test/api/test_search.c +++ b/test/api/test_search.c @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1995-2008 Index Data + Copyright (C) 1994-2009 Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -77,9 +77,9 @@ static void tst(int argc, char **argv) YAZ_CHECK_EQ(tl_fetch_compare(zh, 1, "zebra::facet::title:s", yaz_oid_recsyn_sutrs, "facet s title\n" - "term 1: my title\n" - "term 1: my title x\n" - "term 1: my x title\n"), ZEBRA_OK); + "term 1 1: my title\n" + "term 1 1: my title x\n" + "term 1 1: my x title\n"), ZEBRA_OK); /* trunc right */ YAZ_CHECK(tl_query(zh, "@attr 1=4 @attr 5=1 titl", 3)); @@ -352,6 +352,7 @@ TL_MAIN /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab