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

Modified Files:
      Tag: xquery-decomposition
        ID.1652527.stable.err 
        invisible_error_messages.SF-1409122.stable.err 
Log Message:
propagated changes up to Thursday Jan 17 2008
from the development trunk to the xquery-decomposition branch


Index: ID.1652527.stable.err
===================================================================
RCS file: 
/cvsroot/monetdb/pathfinder/tests/BugsViaSourgeforce/Tests/ID.1652527.stable.err,v
retrieving revision 1.3
retrieving revision 1.3.4.1
diff -u -d -r1.3 -r1.3.4.1
--- ID.1652527.stable.err       12 Sep 2007 07:37:29 -0000      1.3
+++ ID.1652527.stable.err       17 Jan 2008 08:36:48 -0000      1.3.4.1
@@ -12,21 +12,6 @@
 
 MAPI  = [EMAIL PROTECTED]:30815
 QUERY = declare function wrapincertainpxml($node as node()*)
-           as element(prob)
-        {
-           <prob><poss prob="1.0">{$node}</poss></prob>
-        };
-           
-        declare function xmltopxml($node as node())
-           as element(prob)
-        {
-           typeswitch($node)
-              case $n as element() return
-                 let $name:=exactly-one($n/name())
-                 let $newchildren := for $child in $n/child::node() return 
xmltopxml($child)
-                 return wrapincertainpxml(element {$name} {$newchildren})
-              case $n as attribute() return 
-                 wrapincertainpxml($n)
 ERROR = !ERROR: err:FORG0005: function fn:exactly-one expects exactly one 
value.
 
 # 11:55:23 >  

Index: invisible_error_messages.SF-1409122.stable.err
===================================================================
RCS file: 
/cvsroot/monetdb/pathfinder/tests/BugsViaSourgeforce/Tests/invisible_error_messages.SF-1409122.stable.err,v
retrieving revision 1.6
retrieving revision 1.6.4.1
diff -u -d -r1.6 -r1.6.4.1
--- invisible_error_messages.SF-1409122.stable.err      18 Sep 2007 13:32:24 
-0000      1.6
+++ invisible_error_messages.SF-1409122.stable.err      17 Jan 2008 08:36:48 
-0000      1.6.4.1
@@ -70,9 +70,6 @@
 
 MAPI  = [EMAIL PROTECTED]:31203
 QUERY = for    $b in doc("auction.xml")/site/open_auctions/open_auction
-        where  $b/bidder/[EMAIL PROTECTED]"person18829"] <<
-               $b/bidder/[EMAIL PROTECTED]"person10487"]
-               return <history> {$b/reserve/text()} </history>
 ERROR = !type error: no variant of function op:node-before accepts the given 
argument type(s): (element personref { item* } | ())* | (element { item* } | 
())*; (element personref { item* } | ())* | (element { item* } | ())*
         !type error: maybe you meant:
         !type error:   op:node-before (node, node) as boolean


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to