X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=test%2Fapi%2Ftest_rank.c;fp=test%2Fapi%2Ftest_rank.c;h=331937a5387f4e987d91a5e3bc384500f9c21514;hp=8bf17f4174bb3e4c4f860ed8e30e2300eb0972c1;hb=aeea139423b8eaf28a4de53b3d7b2ad1f22284e7;hpb=0052fb5520062c328006dc3537f39d28e88f3579 diff --git a/test/api/test_rank.c b/test/api/test_rank.c index 8bf17f4..331937a 100644 --- a/test/api/test_rank.c +++ b/test/api/test_rank.c @@ -49,7 +49,7 @@ const char *recs[] = { " but all have the foo bar \n" " \n" "\n", - + 0 }; static void tst(int argc, char **argv) @@ -58,13 +58,13 @@ static void tst(int argc, char **argv) ZebraHandle zh = zebra_open(zs, 0); YAZ_CHECK(tl_init_data(zh, recs)); - + YAZ_CHECK(tl_ranking_query(zh, "@attr 1=4 @attr 2=102 the", 3, "first title", 936 )); - + YAZ_CHECK(tl_ranking_query(zh, "@attr 1=62 @attr 2=102 foo", 3, "second title", 850 )); - + YAZ_CHECK(tl_close_down(zh, zs)); }