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

Modified Files:
      Tag: xquery-decomposition
        matches01.stable.err matches02.stable.err typing3.stable.err 
Log Message:
propagated changes up to Thursday Jan 17 2008
from the development trunk to the xquery-decomposition branch


Index: typing3.stable.err
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/tests/XQuery/Tests/typing3.stable.err,v
retrieving revision 1.5
retrieving revision 1.5.4.1
diff -u -d -r1.5 -r1.5.4.1
--- typing3.stable.err  12 Sep 2007 07:37:43 -0000      1.5
+++ typing3.stable.err  17 Jan 2008 08:36:49 -0000      1.5.4.1
@@ -65,15 +65,6 @@
 
 MAPI  = [EMAIL PROTECTED]:35613
 QUERY = (: The `as xs:decimal' sets the *static* type of $a to
-           xs:decimal (without affecting its *dynamic type).
-           Function foo() is thus called with ill-typed parameters,
-           and static typing will complain. :)
-        declare function foo ($x as xs:integer)
-        {
-          $x
-        };
-        
-        let $a as xs:decimal := 42 return foo ($a)
 ERROR = !type error: no variant of function fn:foo accepts the given argument 
type(s): decimal
         !type error: maybe you meant:
         !type error:   fn:foo (xs:integer) as item*

Index: matches01.stable.err
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/tests/XQuery/Tests/matches01.stable.err,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -u -d -r1.2 -r1.2.4.1
--- matches01.stable.err        12 Sep 2007 07:37:41 -0000      1.2
+++ matches01.stable.err        17 Jan 2008 08:36:48 -0000      1.2.4.1
@@ -63,7 +63,6 @@
 
 MAPI  = [EMAIL PROTECTED]:32765
 QUERY = (: 'flags' containing undefined characters should trigger err:FORX001 
:)
-        fn:matches("abc", "abc", "invalidflags")
 ERROR = !ERROR: err:FORX0001: flags of fn:matches containing undefined 
character(s)
 
 # 18:14:21 >  

Index: matches02.stable.err
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/tests/XQuery/Tests/matches02.stable.err,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -u -d -r1.2 -r1.2.4.1
--- matches02.stable.err        12 Sep 2007 07:37:41 -0000      1.2
+++ matches02.stable.err        17 Jan 2008 08:36:48 -0000      1.2.4.1
@@ -63,9 +63,6 @@
 
 MAPI  = [EMAIL PROTECTED]:32765
 QUERY = (: 'flags' containing undefined characters should trigger err:FORX001 
:)
-        
-        for $i in ("invalidflags1", "ismx", "invalidflags2")
-        return fn:matches("abc", "abc", $i)
 ERROR = !ERROR: err:FORX0001: flags of fn:matches containing undefined 
character(s)
 
 


-------------------------------------------------------------------------
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