- From: <bugzilla@jessica.w3.org>
- Date: Tue, 04 Jul 2017 10:28:02 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=30134
Bug ID: 30134
Summary: fn-transform-36, -36a, -37, -38, -39 assertions
incorrectly checks for 'saved' result dcoument
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: ---
In the following test cases: fn-transform-36, -36a, -37, -38, -39
The assertions incorrectly checks for 'saved' result dcoument even though this
feature has been dropped.
For example in fn-transform-36 see the assertions that need changing:
<assert><![CDATA[contains(serialize(doc(map:keys($result))),
"<works>")]]></assert>
<assert><![CDATA[contains(serialize(doc(map:keys($result))),
"</works>")]]></assert>
<assert><![CDATA[not(contains(serialize(doc(map:keys($result))),
"<body><works>"))]]></assert>
The proposed fix is to do something similar to fn-transform-35.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Tuesday, 4 July 2017 10:28:09 UTC