Fixup test, due to Zebra returning unsupported use attribute for
[idzebra-moved-to-github.git] / test / xslt / xslt2.c
index 0d63762..a164f86 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: xslt2.c,v 1.4 2005-08-18 12:50:20 adam Exp $
+/* $Id: xslt2.c,v 1.6 2006-02-23 11:26:00 adam Exp $
    Copyright (C) 1995-2005
    Index Data ApS
 
@@ -34,7 +34,7 @@ int main(int argc, char **argv)
     size_t r;
 
     ZebraService zs = start_up(0, argc, argv);
-    ZebraHandle  zh = zebra_open(zs);
+    ZebraHandle  zh = zebra_open(zs, 0);
 
     check_filter(zs, "xslt");
 
@@ -68,7 +68,7 @@ int main(int argc, char **argv)
     /* only get hits from first record .. */
     do_query(__LINE__, zh, "@attr 1=title computer", 1);
     do_query(__LINE__, zh, "@attr 1=control 11224466", 1);
-    do_query_x(__LINE__, zh, "@attr 1=titl computer", 0, 121);
+    do_query_x(__LINE__, zh, "@attr 1=titl computer", 0, 114);
     
     return close_down(zh, zs, 0);
 }