-# $Id: Makefile.am,v 1.1 2003-07-04 14:25:51 heikki Exp $
+# $Id: Makefile.am,v 1.2 2003-08-21 10:40:44 heikki Exp $
#dist-hook:
# -mkdir $(distdir)/records
TESTS = testall.sh
-EXTRA_DIST = test1.zsh zebra.cfg
+EXTRA_DIST = test1.zsh test2.zsh zebra.cfg
--- /dev/null
+quickstart
+init
+create_database Default
+record_insert <xml><head>foo</head><body>bar</body></xml>
+search_pqf firstset @attr 1=/ nothere
+expect 0 hits
+search_pqf firstset @attr 1=/ foo
+expect 1 hits
+search_pqf firstset @attr 1=/ nothere
+expect 0 hits
--- /dev/null
+quickstart
+init
+create_database Default
+record_insert <xml><head>foo</head><body>bar</body></xml>
+search_pqf firstset @attr 1=/ nothere
+expect 0 hits
+search_pqf firstset @attr 1=/ foo
+expect 1 hits