X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ft2.c;h=6dacdd0dd1e9d270d6f3df75169b7195d316542f;hb=1096988cbba8ece70c1ab3c964a5f1e2b1759773;hp=20cf4252b4fd4d0df25332e3818613423a25775d;hpb=9af25502b9e14213d1d44e99e38f752c3a174b44;p=idzebra-moved-to-github.git diff --git a/test/api/t2.c b/test/api/t2.c index 20cf425..6dacdd0 100644 --- a/test/api/t2.c +++ b/test/api/t2.c @@ -1,6 +1,6 @@ -/* $Id: t2.c,v 1.15 2004-12-02 11:28:20 adam Exp $ - Copyright (C) 2003,2004 - Index Data Aps +/* $Id: t2.c,v 1.17 2005-09-13 11:51:07 adam Exp $ + Copyright (C) 1995-2005 + Index Data ApS This file is part of the Zebra server. @@ -31,7 +31,7 @@ const char *myrec[] = { int main(int argc, char **argv) { ZebraService zs = start_up(0, argc, argv); - ZebraHandle zh = zebra_open(zs); + ZebraHandle zh = zebra_open(zs, 0); init_data(zh, myrec); do_query(__LINE__,zh, "@attr 1=4 my", 1);