X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=test%2Fapi%2Fxpath1.c;h=70fe3d41214d2f31520a02484e8ec3a15a0a736b;hb=34c9e6d1eb1fdb87872d35538106b15e613cdd3d;hp=30006c76fbe834fcdd29e59f93fc2ee615b09f1f;hpb=f78d93fe6203420fade063107725920335867d39;p=idzebra-moved-to-github.git diff --git a/test/api/xpath1.c b/test/api/xpath1.c index 30006c7..70fe3d4 100644 --- a/test/api/xpath1.c +++ b/test/api/xpath1.c @@ -1,5 +1,5 @@ -/* $Id: xpath1.c,v 1.1 2004-10-29 13:02:56 heikki Exp $ - Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 +/* $Id: xpath1.c,v 1.3 2004-12-02 11:28:20 adam Exp $ + Copyright (C) 2003,2004 Index Data Aps This file is part of the Zebra server. @@ -21,7 +21,6 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA */ #include -#include #include #include "testlib.h" @@ -42,8 +41,8 @@ int main(int argc, char **argv) 0}; zs = start_up("zebraxpath.cfg", argc, argv); - zh = zebra_open (zs); - init_data(zh,myrec); + zh = zebra_open(zs); + init_data(zh, myrec); do_query(__LINE__,zh, "@attr 1=/sgml/tag before", 0); do_query(__LINE__,zh, "@attr 1=/sgml/tag inside", 1);