From: Adam Dickmeiss Date: Mon, 6 Oct 2008 06:50:24 +0000 (+0200) Subject: Updated facet sort tests. X-Git-Tag: v2.0.34~12 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=505fb644f131fc438521998fb01983efb45c9663 Updated facet sort tests. --- diff --git a/test/api/test_safari.c b/test/api/test_safari.c index 0751368..50d0e12 100644 --- a/test/api/test_safari.c +++ b/test/api/test_safari.c @@ -131,9 +131,9 @@ static void tst(int argc, char **argv) yaz_oid_recsyn_xml, "\n" " \n" - " a b c\n" - " j k l\n" - " m n o\n" + " a b c\n" + " j k l\n" + " m n o\n" " \n" "\n"), ZEBRA_OK); 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));