X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ftest_search.c;h=57b0a9745eb2c7327c034eaa7a380925ba736874;hb=505fb644f131fc438521998fb01983efb45c9663;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..57b0a97 100644 --- a/test/api/test_search.c +++ b/test/api/test_search.c @@ -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));