- From: <bugzilla@jessica.w3.org>
- Date: Tue, 17 May 2016 14:02:21 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29633 Bug ID: 29633 Summary: Incorrect dependency or assertion for K2-SeqDocAvailableFunc-1 Product: XPath / XQuery / XSLT Version: Working drafts Hardware: PC OS: All Status: NEW Severity: normal Priority: P2 Component: XQuery 3 & XPath 3 Test Suite Assignee: oneil@saxonica.com Reporter: oneil@saxonica.com QA Contact: public-qt-comments@w3.org Target Milestone: --- 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 -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Tuesday, 17 May 2016 14:02:26 UTC