X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ft4.c;fp=test%2Fapi%2Ft4.c;h=74687a5d034391c9a2da5caa6633ca4f5154ea94;hb=3d3d0cebd23fa527a7e9d5d728e3c744acb37580;hp=fb1d82bbce692116f60186aa4a253649cf9fe02f;hpb=262720eca99a59a3bfcdc20703aa20b2257bf927;p=idzebra-moved-to-github.git diff --git a/test/api/t4.c b/test/api/t4.c index fb1d82b..74687a5 100644 --- a/test/api/t4.c +++ b/test/api/t4.c @@ -1,4 +1,4 @@ -/* $Id: t4.c,v 1.17 2005-05-11 12:39:37 adam Exp $ +/* $Id: t4.c,v 1.18 2005-09-13 11:51:07 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -39,7 +39,7 @@ int main(int argc, char **argv) int number_to_fetch = 5; ZebraService zs = start_up(0, argc, argv); - ZebraHandle zh = zebra_open(zs); + ZebraHandle zh = zebra_open(zs, 0); init_data(zh, myrec); @@ -53,7 +53,7 @@ int main(int argc, char **argv) zebra_stop(zs); zs = start_service(""); - zh = zebra_open(zs); + zh = zebra_open(zs, 0); zebra_select_database(zh, "Default"); zebra_set_resource(zh, "sortmax", "3"); /* make small sort boundary */