[Bug 6243] New: [XQuery11UC] windowing use case Q8: wrong expected result

http://www.w3.org/Bugs/Public/show_bug.cgi?id=6243

           Summary: [XQuery11UC] windowing use case Q8: wrong expected
                    result
           Product: XPath / XQuery / XSLT
           Version: Working drafts
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQuery 1.1 Use Cases
        AssignedTo: jonathan.robie@redhat.com
        ReportedBy: xfranc@online.fr
         QAContact: public-qt-comments@w3.org


Too many items. Should be:

<result>
    <working-time>
        <person>Anton</person>
        <time>PT4H30M</time>
    </working-time>
    <working-time>
        <person>Barbara</person>
        <time>PT3H</time>
    </working-time>
    <working-time>
        <person>Clara</person>
        <time>PT1H</time>
    </working-time>
    <working-time>
        <person>Anton</person>
        <time>PT5H</time>
    </working-time>
    <working-time>
        <person>Clara</person>
        <time>PT4H15M</time>
    </working-time>
</result>


-- 
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 Wednesday, 19 November 2008 23:39:08 UTC