X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ft7.c;h=22314bccf0fa092ac78db73d81434de84200c23a;hb=76ef1248858c492953d506a970ac12e74a29f712;hp=2378a6a097b4917493514d713d9a46f2a793d50d;hpb=4989a5fc444f3bca0f094f1ac2bfe4f04af5e666;p=idzebra-moved-to-github.git diff --git a/test/api/t7.c b/test/api/t7.c index 2378a6a..22314bc 100644 --- a/test/api/t7.c +++ b/test/api/t7.c @@ -1,6 +1,6 @@ -/* $Id: t7.c,v 1.3 2004-10-28 15:24:36 heikki Exp $ - Copyright (C) 2004 - Index Data Aps +/* $Id: t7.c,v 1.13 2006-05-30 22:03:13 adam Exp $ + Copyright (C) 1995-2006 + Index Data ApS This file is part of the Zebra server. @@ -20,81 +20,72 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include -#include -#include -#include +/** t7.c sorting */ #include "testlib.h" +#include - -int main(int argc, char **argv) -{ - ZebraService zs; - ZebraHandle zh; - const char *recs[] = { +const char *recs[] = { "\n" " My title\n" "\n", 0}; - const char *setname1="set1"; - const char *setname2="set2"; - const char *setname3="set3"; + +static void tst(int argc, char **argv) +{ + const char *setname1 = "set1"; + const char *setname2 = "set2"; + const char *setname3 = "set3"; int status; - int rc; + ZebraService zs = tl_start_up(0, argc, argv); + ZebraHandle zh = zebra_open (zs, 0); ODR odr_input = odr_createmem (ODR_DECODE); ODR odr_output = odr_createmem (ODR_ENCODE); YAZ_PQF_Parser parser = yaz_pqf_create(); - Z_RPNQuery *query = yaz_pqf_parse(parser, odr_input, - "@attr 1=4 my"); - Z_SortKeySpecList *spec = - yaz_sort_spec (odr_output, "@attr 1=4 id"); - int hits; + Z_RPNQuery *query = yaz_pqf_parse(parser, odr_input, "@attr 1=4 my"); + Z_SortKeySpecList *spec = yaz_sort_spec (odr_output, "1=4