- From: <bugzilla@jessica.w3.org>
- Date: Tue, 18 Nov 2014 14:03:26 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27358 Bug ID: 27358 Summary: [QT3TS] K2-SeqMaxFunc-6, K2-SeqMINFunc-5 Product: XPath / XQuery / XSLT Version: Working drafts Hardware: PC OS: Windows NT Status: NEW Severity: normal Priority: P2 Component: XQuery 3 & XPath 3 Test Suite Assignee: oneil@saxonica.com Reporter: tim@cbcl.co.uk QA Contact: public-qt-comments@w3.org "assert-eq" is the wrong assertion in the test cases below. I think asssert-string-value is probably what was intended. <test-case name="K2-SeqMAXFunc-6"> <description> Invoke fn:max() with an unsupported collation and one xs:anyURI value. </description> <created by="Frans Englich" on="2007-11-26"/> <test>max(xs:anyURI("str1"), "max://example.com/UNSUPPORTED_COLLATION")</test> <result> <any-of> <assert-eq>str1</assert-eq> <error code="FOCH0002"/> </any-of> </result> </test-case> <test-case name="K2-SeqMINFunc-5"> <description> Invoke fn:min() with an unsupported collation and one xs:anyURI value. </description> <created by="Frans Englich" on="2007-11-26"/> <test>min(xs:anyURI("str1"), "http://example.com/UNSUPPORTED_COLLATION")</test> <result> <any-of> <assert-eq>str1</assert-eq> <error code="FOCH0002"/> </any-of> </result> </test-case> -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Tuesday, 18 November 2014 14:03:28 UTC