This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 14856 - [QT3] K-SeqExprCast-422
Summary: [QT3] K-SeqExprCast-422
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3 & XPath 3 Test Suite (show other bugs)
Version: Member-only Editors Drafts
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Benjamin Nguyen
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-17 14:21 UTC by Tim Mills
Modified: 2011-11-25 14:45 UTC (History)
1 user (show)

See Also:


Attachments

Description Tim Mills 2011-11-17 14:21:47 UTC
Test case K-SeqExprCast-422 needs to be annotated with

 <dependency type="spec" value="XQ10 XP20"/>

and a new variation added for XQ30/XP30 expecting error FORG0001 following the change in behaviour fpr casting to xs:QName.

  <test-case name="K-SeqExprCast-422a">
      <description> Casting from xs:untypedAtomic to xs:QName is allowed.</description>
      <created by="Frans Englich" on="2007-11-26"/>
      <dependency type="spec" value="XQ30+ XP30+"/>
      <test>xs:untypedAtomic("an arbitrary string(untypedAtomic source)") cast as xs:QName</test>
      <result>
         <error code="FORG0001"/>
      </result>
   </test-case>
Comment 1 Michael Kay 2011-11-17 15:47:14 UTC
Fixed as suggested
Comment 2 Tim Mills 2011-11-25 14:45:35 UTC
Confirmed fixed.  Thanks.