X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=test%2Fxpath%2Fxpath2.c;h=a7d0b0068f669a6203d5ebfe99ed0216971f8c95;hb=1096988cbba8ece70c1ab3c964a5f1e2b1759773;hp=bf60694185809dd6acea9c5ecbf60be35c203b00;hpb=cf7ec53452a6180dad6592df0458ac56a3b7963b;p=idzebra-moved-to-github.git diff --git a/test/xpath/xpath2.c b/test/xpath/xpath2.c index bf60694..a7d0b00 100644 --- a/test/xpath/xpath2.c +++ b/test/xpath/xpath2.c @@ -1,6 +1,6 @@ -/* $Id: xpath2.c,v 1.2 2004-12-15 13:07:07 adam Exp $ - Copyright (C) 2003,2004 - Index Data Aps +/* $Id: xpath2.c,v 1.4 2005-09-13 11:51:11 adam Exp $ + Copyright (C) 1995-2005 + Index Data ApS This file is part of the Zebra server. @@ -72,7 +72,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=/Zthes/termName Sauropoda", 1);