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 21839 - [QT3TS] well-formed-feature-2
Summary: [QT3TS] well-formed-feature-2
Status: RESOLVED DUPLICATE of bug 21719
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3 & XPath 3 Test Suite (show other bugs)
Version: Candidate Recommendation
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: O'Neil Delpratt
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-26 09:10 UTC by Tim Mills
Modified: 2013-05-02 10:01 UTC (History)
0 users

See Also:


Attachments

Description Tim Mills 2013-04-26 09:10:27 UTC
This test can also expect XQST0133, since 'qname' is not a recognised feature name.

  <test-case name="well-formed-feature-2">
    <description>Features must be lexical QNames.</description>
    <created by="Ghislain Fourny" on="2012-10-15"/>
    <dependency type="spec" value="XQ30+"/>
    <test>
      declare option require-feature "qname not:a:qname";
      ()
    </test>
    <result>
      <error code="XQST0122"/>
    </result>
  </test-case>
Comment 1 O'Neil Delpratt 2013-05-02 10:01:18 UTC
Test fixed in bug issue #21719

*** This bug has been marked as a duplicate of bug 21719 ***