X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ftest_rank.c;h=25bc038e18716de90dcb4be2b33a36b49b378362;hb=250de4ed23a44f5eb3552db317eef0d0fbe3265c;hp=a67c54fa16d744b526f44d482fa6492640f5dfbc;hpb=965cbd297cf8de73cfe01d55983b8161ae7cf67e;p=idzebra-moved-to-github.git diff --git a/test/api/test_rank.c b/test/api/test_rank.c index a67c54f..25bc038 100644 --- a/test/api/test_rank.c +++ b/test/api/test_rank.c @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1995-2008 Index Data + Copyright (C) 2004-2013 Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -17,6 +17,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#if HAVE_CONFIG_H +#include +#endif #include "testlib.h" const char *recs[] = { @@ -46,7 +49,7 @@ const char *recs[] = { " but all have the foo bar \n" " \n" "\n", - + 0 }; static void tst(int argc, char **argv) @@ -55,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)); } @@ -69,6 +72,7 @@ TL_MAIN /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab