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 29633 - Incorrect dependency or assertion for K2-SeqDocAvailableFunc-1
Summary: Incorrect dependency or assertion for K2-SeqDocAvailableFunc-1
Status: RESOLVED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3 & XPath 3 Test Suite (show other bugs)
Version: Working drafts
Hardware: PC All
: 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: 2016-05-17 14:02 UTC by O'Neil Delpratt
Modified: 2016-09-20 11:26 UTC (History)
0 users

See Also:


Attachments

Description O'Neil Delpratt 2016-05-17 14:02:21 UTC
The following test case K2-SeqDocAvailableFunc-1 seems to have incorrect dependency or assertion:

   <test-case name="K2-SeqDocAvailableFunc-1">
      <description> ':/' is an invalid URI, no scheme. Under erratum FO.E26, this may either throw FODC0005, or return false.
      In XP31 it is defined to return false.</description>
      <created by="Frans Englich" on="2008-01-15"/>
      <dependency type="spec" value="XP20 XP30 XQ10 XQ30"/>
      <test>doc-available(':/')</test>
      <result>
         <any-of>
            <assert-false/>
            <error code="FODC0005"/>
         </any-of>
      </result>
   </test-case>

This might be as a result of changes made to resolve the bug issue #29404
Comment 1 O'Neil Delpratt 2016-09-20 11:26:05 UTC
Updated the spec dependency to XP20+ and XQ10+