- From: <bugzilla@jessica.w3.org>
- Date: Fri, 14 Jan 2011 17:36:06 +0000
- To: public-qt-comments@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=11760
           Summary: [XQuery30UC] incorrect result for "Windowing" Q9
           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
This result contains the element
  <working-time>
    <person>Clara</person>
    <time>PT5H15M</time>
  </working-time>
I believe that it should be 
  <working-time>
    <person>Clara</person>
    <time>PT3H45M</time>
  </working-time>
-- 
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:36:08 UTC