- From: <bugzilla@jessica.w3.org>
- Date: Fri, 14 Jan 2011 17:24:09 +0000
- To: public-qt-comments@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=11758
Summary: [XQuery30UC] incorrect result for "Windowing" Q8
Product: XPath / XQuery / XSLT
Version: Working drafts
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: XQuery 3.0 Use Cases
AssignedTo: jonathan.robie@redhat.com
ReportedBy: andrew.eisenberg@us.ibm.com
QAContact: public-qt-comments@w3.org
The final element in the result is:
<working-time>
<person>Clara</person>
<time>PT4H15M</time>
</working-time>
This should be
<working-time>
<person>Clara</person>
<time>PT2H15M</time>
</working-time>
Clara went in at 2006-01-02T14:00:00-00:00 and out at
2006-01-02T16:15:00-00:00.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Friday, 14 January 2011 17:24:11 UTC