- From: <bugzilla@jessica.w3.org>
- Date: Tue, 04 Dec 2012 11:41:14 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20233
Bug ID: 20233
Summary: [QT3TS] K2-OrderbyExprWithout-42
Classification: Unclassified
Product: XPath / XQuery / XSLT
Version: Working drafts
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: XQuery 3 & XPath 3 Test Suite
Assignee: oneil@saxonica.com
Reporter: tim@cbcl.co.uk
QA Contact: public-qt-comments@w3.org
I wonder if a better assertion could be used in this test? Perhaps
<assert-count>1</assert-count>?
<test-case name="K2-OrderbyExprWithout-42">
<description> Apply fn:string() on a for clause that only produces on
item, and that cannot easily constant propagate. </description>
<created by="Frans Englich" on="2007-11-26"/>
<test>string(for $i in current-date() order by $i return $i)</test>
<result>
<assert>true()</assert>
</result>
</test-case>
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Tuesday, 4 December 2012 11:41:18 UTC