X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ft8.c;h=9b8c60aa15a6bc73495e5d8aa6cf17a61f036a8e;hb=6c9fcd3b5d3108702fa1ffc92dab4ab6060f9a19;hp=df74fd611ed901f69e6f332953bd1d8d99b2964a;hpb=f84ad20a7a6a45d02da7f162fa6bb1137e79a07f;p=idzebra-moved-to-github.git diff --git a/test/api/t8.c b/test/api/t8.c index df74fd6..9b8c60a 100644 --- a/test/api/t8.c +++ b/test/api/t8.c @@ -1,6 +1,6 @@ -/* $Id: t8.c,v 1.5 2004-10-29 13:02:39 heikki Exp $ - Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 - Index Data Aps +/* $Id: t8.c,v 1.7 2005-01-15 19:38:35 adam Exp $ + Copyright (C) 1995-2005 + Index Data ApS This file is part of the Zebra server. @@ -24,8 +24,6 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "testlib.h" - - const char *recs[] = { "\n" " My title\n" @@ -62,7 +60,7 @@ const char *recs[] = { int main(int argc, char **argv) { ZebraService zs = start_up("zebra8.cfg", argc, argv); - ZebraHandle zh = zebra_open (zs); + ZebraHandle zh = zebra_open (zs); init_data(zh, recs); @@ -93,5 +91,5 @@ int main(int argc, char **argv) /* N=41 and N=49 get only rec2 */ Q( "@attr 2=3 @attr gils 1=2040 @attr 4=109 \"41 49\" ",1); - return close_down(zh,zs,0); + return close_down(zh, zs, 0); }