X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ftest_safari.c;h=e1df1bb2e6e73835b992132a4c913d6a33c8c28a;hb=abc8493f709d3bd50e0d1a6781d030fb4675f131;hp=e28ac6d9bd6ab517ee596fa06e1fc472d2809b5e;hpb=4717561b3bc0bcd508b5d017079bd99b3a27dd84;p=idzebra-moved-to-github.git diff --git a/test/api/test_safari.c b/test/api/test_safari.c index e28ac6d..e1df1bb 100644 --- a/test/api/test_safari.c +++ b/test/api/test_safari.c @@ -30,28 +30,33 @@ const char *myrec[] = "00024338 125060 0 1 any the\n" "00024338 125060 0 2 any art\n" "00024338 125060 0 3 any mand\n" + "s 00024338 125060 0 3 ti a b c\n" , "5678\n" /* other record - same owner id */ "00024339 125060 0 1 any den\n" "00024339 125060 0 2 any gamle\n" "00024339 125060 0 3 any mand\n" + "s 00024339 125060 0 3 ti d e f\n" , "5678\n" /* same record chunk id as before .. */ "00024339 125060 0 1 any the\n" "00024339 125060 0 2 any gamle\n" "00024339 125060 0 3 any mand\n" + "s 00024339 125060 0 3 ti g h i\n" , "1000\n" /* separate record */ "00024339 125061 0 1 any the\n" "00024339 125061 0 2 any gamle\n" "00024339 125061 0 3 any mand\n" - "w 00024339 125661 0 4 any Hello\n" + "w 00024339 125661 0 4 any Hello\n" /* index type given */ + "s 00024339 125061 0 3 ti j k l\n" , "1001\n" /* separate record */ "00024340 125062 0 1 any the\n" "00024340 125062 0 1 any the\n" /* DUP KEY, bug #432 */ "00024340 125062 0 2 any old\n" "00024340 125062 0 3 any mand\n" + "s 00024340 125062 0 3 ti m n o\n" , "1002\n" /* segment testing record */ "00024341 125062 0 1 title a\n" @@ -103,7 +108,7 @@ static void tst(int argc, char **argv) myrec[4]), ZEBRA_OK); YAZ_CHECK_EQ(tl_fetch_compare(zh, 1, "zebra::facet::any:0", yaz_oid_recsyn_xml, - "\n" + "\n" " \n" " mand\n" " the\n" @@ -111,15 +116,24 @@ static void tst(int argc, char **argv) " gamle\n" " old\n" " \n" - "\n"), ZEBRA_OK); + "\n"), ZEBRA_OK); YAZ_CHECK_EQ(tl_fetch_compare(zh, 1, "zebra::facet::any:0:2", yaz_oid_recsyn_xml, - "\n" - " \n" + "\n" + " \n" " mand\n" " the\n" " \n" - "\n"), ZEBRA_OK); + "\n"), ZEBRA_OK); + + + YAZ_CHECK_EQ(tl_fetch_compare(zh, 1, "zebra::facet::ti:s", + yaz_oid_recsyn_xml, + "\n" + " \n" + /* something is missing here! */ + " \n" + "\n"), ZEBRA_OK); /* limit to 125061 */ limits[0] = 125061;