X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ftest_search.c;h=09c68b168c3578abe5987bb0ba67c8ca4290abb7;hb=89d16cf15eda0e4802d18b8ad09bd3653508ebfc;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..09c68b1 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));