- From: <bugzilla@jessica.w3.org>
- Date: Mon, 05 Aug 2013 15:07:09 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22423
Sorin Nasoi <spungi@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |---
--- Comment #7 from Sorin Nasoi <spungi@gmail.com> ---
Sorry but test-case 'K-SeqDeepEqualFunc-63' from 'fn-deep-equal' needs a
dependency for 'non_unicode_codepoint_collation' added.
Here is the test-case below:
<test-case name="K-SeqDeepEqualFunc-63" covers="named-function-ref">
<description>Use case-blind collation, if supported, in dynamic
call</description>
<created by="Michael Kay" on="2012-05-30"/>
<modified by="O'Neil Delpratt" on="2013-08-02" change="Added feature dependency
- Fix to bug issue #22423" />
<environment>
<collation
uri="http://www.w3.org/2010/09/qt-fots-catalog/collation/caseblind"/>
</environment>
<dependency type="spec" value="XQ30+"/>
<dependency type="feature" value="higherOrderFunctions"/>
<test><![CDATA[
let $deep := deep-equal#3
return $deep(<a><b>abc</b></a>, <a><b>ABC</b></a>,
"http://www.w3.org/2010/09/qt-fots-catalog/collation/caseblind")
]]></test>
<result>
<assert-true/>
</result>
</test-case>
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Monday, 5 August 2013 15:07:14 UTC