X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ft5.c;h=e5f43344340466b81aff5ed44053c88c3218b6d4;hb=2fefff35eeb40ba802bb3ee11674a6037b84659c;hp=dc1926485db591c0c79a0ca7d4e8c9a092bd39a9;hpb=fad075b9f201964d42a6869a44bd7a3e486163cd;p=idzebra-moved-to-github.git diff --git a/test/api/t5.c b/test/api/t5.c index dc19264..e5f4334 100644 --- a/test/api/t5.c +++ b/test/api/t5.c @@ -1,4 +1,4 @@ -/* $Id: t5.c,v 1.3 2004-06-16 22:06:49 adam Exp $ +/* $Id: t5.c,v 1.7 2004-10-20 14:32:29 heikki Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps @@ -22,7 +22,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include #include -#include +#include /* read zebra.cfg from env var srcdir if it exists; otherwise current dir */ static ZebraService start_service() @@ -30,7 +30,7 @@ static ZebraService start_service() char cfg[256]; char *srcdir = getenv("srcdir"); sprintf(cfg, "%.200s%szebra.cfg", srcdir ? srcdir : "", srcdir ? "/" : ""); - return zebra_start(cfg, 0, 0); + return zebra_start(cfg); } static void expect(ZebraHandle zh, const char *pqf, int hits_expect, @@ -52,7 +52,7 @@ static void expect(ZebraHandle zh, const char *pqf, int hits_expect, int main(int argc, char **argv) { - int i, hits = -1; + int i; int exit_code = 0; ZebraService zs; ZebraHandle zh; @@ -64,6 +64,7 @@ int main(int argc, char **argv) ; yaz_log_init_file("t5.log"); + yaz_log_init_level(LOG_ALL); nmem_init ();