X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Fxpath2.c;fp=test%2Fapi%2Fxpath2.c;h=2bcde1e9c62941cb1fef87ee8cb62af480517d95;hb=9af25502b9e14213d1d44e99e38f752c3a174b44;hp=f6409d96c73cea29ea8b6ad4325518bf44a7167a;hpb=a4b443f306e458e42811b332b0bb75affa1a2e46;p=idzebra-moved-to-github.git diff --git a/test/api/xpath2.c b/test/api/xpath2.c index f6409d9..2bcde1e 100644 --- a/test/api/xpath2.c +++ b/test/api/xpath2.c @@ -1,5 +1,5 @@ -/* $Id: xpath2.c,v 1.1 2004-10-29 14:16:22 heikki Exp $ - Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 +/* $Id: xpath2.c,v 1.2 2004-12-02 11:28:20 adam Exp $ + Copyright (C) 2003,2004 Index Data Aps This file is part of the Zebra server. @@ -74,7 +74,7 @@ int main(int argc, char **argv) { ZebraService zs = start_up("zebraxpath.cfg", argc, argv); ZebraHandle zh = zebra_open (zs); - init_data(zh,myrec); + init_data(zh, myrec); do_query(__LINE__,zh, "@attr 1=/Zthes/termName Sauropoda", 1); do_query(__LINE__,zh, "@attr 1=/Zthes/relation/termName Sauropoda",1);