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

Modified Files:
        matches01.stable.err matches02.stable.err typing3.stable.err 
Log Message:
Approved shortened error messages after change to MapiClient.mx.

Index: typing3.stable.err
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/tests/XQuery/Tests/typing3.stable.err,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- typing3.stable.err  12 Sep 2007 07:37:43 -0000      1.5
+++ typing3.stable.err  14 Jan 2008 13:58:06 -0000      1.6
@@ -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.3
diff -u -d -r1.2 -r1.3
--- matches01.stable.err        12 Sep 2007 07:37:41 -0000      1.2
+++ matches01.stable.err        14 Jan 2008 13:58:04 -0000      1.3
@@ -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.3
diff -u -d -r1.2 -r1.3
--- matches02.stable.err        12 Sep 2007 07:37:41 -0000      1.2
+++ matches02.stable.err        14 Jan 2008 13:58:05 -0000      1.3
@@ -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)
 
 


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to