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

Modified Files:
      Tag: XQuery_0-24
        All 
Added Files:
      Tag: XQuery_0-24
        iter_in_join.SF-1991938.bat iter_in_join.SF-1991938.sh 
        iter_in_join.SF-1991938.stable.err 
        iter_in_join.SF-1991938.stable.out iter_in_join.SF-1991938.xq 
Log Message:

added test (compilation only) for bug
[ 1991938 ] XQ: iter in join
http://sourceforge.net/tracker/index.php?func=detail&aid=1991938&group_id=56967&atid=482468

appears to work fine.


U All
Index: All
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/tests/BugTracker/Tests/All,v
retrieving revision 1.102.2.7
retrieving revision 1.102.2.8
diff -u -d -r1.102.2.7 -r1.102.2.8
--- All 18 Jun 2008 18:11:19 -0000      1.102.2.7
+++ All 19 Jun 2008 17:23:47 -0000      1.102.2.8
@@ -146,3 +146,5 @@
 order_of_declared_functions_matters.SF-1905940
 multi-join_query_compile_error.SF-1908822
 immune_for_updates.SF-1981852
+join-query_compilation_error.SF-1889694
+iter_in_join.SF-1991938

--- NEW FILE: iter_in_join.SF-1991938.xq ---
doc("test.xml")//[EMAIL PROTECTED] and @kees and
(@name[ends-with(lower-case(.),'.doc')]
or a/beer[.="noot"])
and not(a/beer)
]

--- NEW FILE: iter_in_join.SF-1991938.stable.err ---
stderr of test 'iter_in_join.SF-1991938` in directory 'tests/BugTracker` itself:


# 19:17:08 >  
# 19:17:08 >  ./iter_in_join.SF-1991938.sh iter_in_join.SF-1991938 
# 19:17:08 >  

"pf -M iter_in_join.SF-1991938.xq >/dev/null"
"pf -A iter_in_join.SF-1991938.xq >/dev/null"

# 19:17:09 >  
# 19:17:09 >  Done.
# 19:17:09 >  


--- NEW FILE: iter_in_join.SF-1991938.sh ---
#!/usr/bin/env bash

q=iter_in_join.SF-1991938.xq
p='pf -M'
echo "\"$p $q >/dev/null\""
echo "\"$p $q >/dev/null\"" >&2
$p $q >/dev/null
p='pf -A'
echo "\"$p $q >/dev/null\""
echo "\"$p $q >/dev/null\"" >&2
$p $q >/dev/null

--- NEW FILE: iter_in_join.SF-1991938.bat ---
@echo off

set q=iter_in_join.SF-1991938.xq
set p=pf -M
@echo "%p% %q% >/dev/null"
@echo "%p% %q% >/dev/null" >&2
@%p% %q% > nul
set p=pf -A
@echo "%p% %q% >/dev/null"
@echo "%p% %q% >/dev/null" >&2
@%p% %q% > nul

--- NEW FILE: iter_in_join.SF-1991938.stable.out ---
stdout of test 'iter_in_join.SF-1991938` in directory 'tests/BugTracker` itself:


# 19:17:08 >  
# 19:17:08 >  ./iter_in_join.SF-1991938.sh iter_in_join.SF-1991938 
# 19:17:08 >  

"pf -M iter_in_join.SF-1991938.xq >/dev/null"
"pf -A iter_in_join.SF-1991938.xq >/dev/null"

# 19:17:09 >  
# 19:17:09 >  Done.
# 19:17:09 >  



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to