Update of /cvsroot/monetdb/pathfinder/tests/BugTracker/Tests
In directory 
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv9844/tests/BugTracker/Tests

Added Files:
      Tag: M5XQ
        unuseable_doc-available.SF-2791704.xq 
Log Message:
propagated changes of Tuesday May 19 2009
from the development trunk to the M5XQ branch

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/05/19 - sjoerd:
        tests/BugTracker/Tests/unuseable_doc-available.SF-2791704.xq,1.2
propagated changes of Tuesday May 19 2009
from the May2009 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/05/19 - tsheyar:
        tests/BugTracker/Tests/unuseable_doc-available.SF-2791704.xq,1.1.2.1
-- Removed the runtime error for doc_tbl if a non-existing document is loaded.

-- Made the side effect for fn:doc explicit in the algebra. This way we 
re-introduce
   the runtime error for missing documents at a place where the optimizations 
can
   cope correctly with it.

-- Added test for bug 2791704: unusuable fn:doc-available.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


--- NEW FILE: unuseable_doc-available.SF-2791704.xq ---
if (doc-available("auctionG.xml")) then exists(doc("auctionG.xml")) else 42
<>
if (doc-available("auctionG.xml")) then exists(doc("not-existent.xml")) else 42
<>
if (doc-available("not-existent.xml")) then exists(doc("not-existent.xml")) 
else 42
<>


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to