- From: <bugzilla@jessica.w3.org>
- Date: Tue, 02 Apr 2013 23:53:25 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21558
Bug ID: 21558
Summary: dependency wrong for "format-date-en152" and
"format-dateTime-en152"
Classification: Unclassified
Product: XPath / XQuery / XSLT
Version: Working drafts
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: XQuery 3 & XPath 3 Test Suite
Assignee: oneil@saxonica.com
Reporter: spungi@gmail.com
QA Contact: public-qt-comments@w3.org
<dependency type="calendar" value="CB" satisfied="false"/>
should be
<dependency type="calendar" value="CB" satisfied="true"/>
for the following 2 test cases:
"format-date-en152" from "fn-format-date"
<test-case name="format-date-en152">
<environment>
<param name="b" as="xs:date" select="xs:date('2006-03-01')"/>
</environment>
<dependency type="calendar" value="CB" satisfied="false"/>
<test>format-date($b, '[M01]', 'en', 'CB', ())</test>
<result>
<assert-string-value>[Calendar: AD]03</assert-string-value>
</result>
</test-case>
and
"format-dateTime-en152" from "fn-format-dateTime"
<test-case name="format-dateTime-en152">
<environment>
<param name="b" as="xs:dateTime" select="xs:dateTime('2006-03-01T12:00:00')"/>
</environment>
<dependency type="calendar" value="CB" satisfied="false"/>
<test>format-dateTime($b, '[M01]', 'en', 'CB', ())</test>
<result>
<assert-string-value>[Calendar: AD]03</assert-string-value>
</result>
</test-case>
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Tuesday, 2 April 2013 23:53:28 UTC