[Bug 6244] New: [XQuery11UC] windowing use case Q4 Q5 Q9 Q13: results don't match data

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

           Summary: [XQuery11UC] windowing use case Q4 Q5 Q9 Q13: results
                    don't match data
           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


Given input data:

- results for Q4 should be:
      8 9 17.33333333333333 18.66666666666666

- results for Q5 should be:
      8.88 8.68 12.52 15.6 24.72

- results for Q9 should be:
<result>
    <working-time>
        <person>Anton</person>
        <time>PT9H30M</time>
    </working-time>
    <working-time>
        <person>Clara</person>
        <time>PT5H15M</time>
    </working-time>
    <working-time>
        <person>Barbara</person>
        <time>PT3H</time>
    </working-time>
</result>
</item>

- Q13 cannot work since Clara enters only twice, and on 2 different days


-- 
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 Thursday, 20 November 2008 00:07:55 UTC