Make test for bug #317
[idzebra-moved-to-github.git] / test / xpath / xpath6.c
index 1feb9e4..c0ef3c3 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: xpath6.c,v 1.1 2004-12-15 13:07:07 adam Exp $
-   Copyright (C) 2003,2004
-   Index Data Aps
+/* $Id: xpath6.c,v 1.3 2005-05-04 12:53:05 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
@@ -60,5 +60,10 @@ int main(int argc, char **argv)
             "@and @attr 1=/assembled/orgs/org 1 @attr 5=1 @attr 6=3  @attr 4=1 "
             "@attr 1=/assembled/basic/names/CASno 367-93-1", 2);
 
+#if 0
+    /* bug #317 */
+    do_query(__LINE__, zh, "@attr 1=1010 46", 1);
+#endif
+
     return close_down(zh, zs, 0);
 }