Added case for bug #235. Submitted by Roel de Cock.
[idzebra-moved-to-github.git] / test / xpath / xpath5.c
index 34f12c0..dcdf949 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: xpath5.c,v 1.1 2004-12-02 14:05:04 adam Exp $
+/* $Id: xpath5.c,v 1.2 2004-12-15 13:07:07 adam Exp $
    Copyright (C) 2003,2004
    Index Data Aps
 
@@ -22,7 +22,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 
 #include "../api/testlib.h"
 
-/** xpath4.c - Ranking in xpath */
+/** xpath5.c - Ranking in xpath */
 
 const char *recs[] = {
         "<record>\n"
@@ -57,7 +57,7 @@ const char *recs[] = {
 
 int main(int argc, char **argv)
 {
-    ZebraService zs = start_up("zebraxpath.cfg", argc, argv);
+    ZebraService zs = start_up(0, argc, argv);
     ZebraHandle zh = zebra_open(zs);
     init_data(zh, recs);