From abc8493f709d3bd50e0d1a6781d030fb4675f131 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 11 Sep 2008 16:06:45 +0200 Subject: [PATCH] beginnings of facet test for custom record-id (test_safari) --- test/api/test_safari.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/test/api/test_safari.c b/test/api/test_safari.c index 1f38486..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" /* 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" @@ -121,6 +126,15 @@ static void tst(int argc, char **argv) " \n" "\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; limits[1] = 0; -- 1.7.10.4