X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ft12.c;h=ede402211692dfc9428e864a59918246c9d58c94;hb=1fde4f52fc72af8e10a600a81c6f0924105add6a;hp=f20264a9d68b7a07519be59105698e18763ed8aa;hpb=57ddb966ad625aa8d8f1d837918f906645645a56;p=idzebra-moved-to-github.git diff --git a/test/api/t12.c b/test/api/t12.c index f20264a..ede4022 100644 --- a/test/api/t12.c +++ b/test/api/t12.c @@ -1,4 +1,4 @@ -/* $Id: t12.c,v 1.1 2005-05-09 13:22:44 adam Exp $ +/* $Id: t12.c,v 1.2 2005-09-13 11:51:07 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -29,13 +29,13 @@ int main(int argc, char **argv) int i; int no_db = 140; ZebraService zs = start_up(0, argc, argv); - ZebraHandle zh = zebra_open(zs); + ZebraHandle zh = zebra_open(zs, 0); zebra_select_database(zh, "Default"); zebra_init(zh); zebra_close(zh); - zh = zebra_open (zs); + zh = zebra_open(zs, 0); zebra_begin_trans (zh, 1); for (i = 0; i