Update of /cvsroot/monetdb/pathfinder/tests/BugsViaSourgeforce/Tests
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12823

Modified Files:
      Tag: XQuery_0-18
        ID.1766414.xq.in 
Log Message:

Step 2 of making new test actually work at all:

to use/replace the TSTSRCDIR environment variable, it must be called
        "$TSTSRCDIR"
not
        "<TSTSRCDIR>"


Test still fails with
"
QUERY = 
pf:add-doc("/net/corona.ins.cwi.nl/export/scratch0/manegold/Monet/Testing/Stable/source/pathfinder/tests/BugsViaSourgeforce/Tests/ID.1766414.xml","book.xml","myCollection")
ERROR = !WARNING: BATpropcheck: BAT 1000000000_attr_prop(-263)[oid,void] with 
1000 tuples was incorrectly marked keyed!
"


Index: ID.1766414.xq.in
===================================================================
RCS file: 
/cvsroot/monetdb/pathfinder/tests/BugsViaSourgeforce/Tests/Attic/ID.1766414.xq.in,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- ID.1766414.xq.in    3 Aug 2007 09:58:03 -0000       1.1.2.1
+++ ID.1766414.xq.in    3 Aug 2007 10:01:47 -0000       1.1.2.2
@@ -1,6 +1,6 @@
-pf:add-doc("<TSTSRCDIR>/ID.1766414.xml","bib.xml","myCollection")
+pf:add-doc("$TSTSRCDIR/ID.1766414.xml","bib.xml","myCollection")
 <>
-pf:add-doc("<TSTSRCDIR>/ID.1766414.xml","book.xml","myCollection")
+pf:add-doc("$TSTSRCDIR/ID.1766414.xml","book.xml","myCollection")
 <>
-pf:add-doc("<TSTSRCDIR>/ID.1766414.xml","helloworld.xml","myCollection")
+pf:add-doc("$TSTSRCDIR/ID.1766414.xml","helloworld.xml","myCollection")
 <>


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to