Added test for bug #460
[idzebra-moved-to-github.git] / test / xpath / xpath3.c
index f63c5f7..84311ed 100644 (file)
@@ -1,7 +1,7 @@
 
-/* $Id: xpath3.c,v 1.3 2005-01-03 12:10:23 adam Exp $
-   Copyright (C) 2003,2004
-   Index Data Aps
+/* $Id: xpath3.c,v 1.5 2005-09-13 11:51:11 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
@@ -39,7 +39,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);
 
 #define q(qry,hits) do_query(__LINE__,zh,qry,hits)