This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
As a result of the change agreed in Bug 16089, this test should no longer expect XPTY0117. <test-case name="CastAs674a"> <description> Try to cast an element to xs:QName. Fails in 1.0 because only a string literal can be cast to xs:QName Fails in 3.0 because atomization of the argument is not allowed - see bug 11964</description> <created by="Michael Kay" on="2011-02-16"/> <modified by="Michael Kay" on="2011-02-06" change="bug 15814 - wrong error code for XQ30"/> <dependency type="spec" value="XQ30+"/> <test><![CDATA[let $var := <e>xml:space</e> return $var cast as xs:QName]]></test> <result> <!-- This test should no longer expect XPTY0117 <error code="XPTY0117"/> --> <assert-string-value>xml:space</assert-string-value> </result> </test-case>
Fixed; the test now expects success.
Confirmed fixed.