[Bug 15368] New: WindowingUseCase09

https://www.w3.org/Bugs/Public/show_bug.cgi?id=15368

           Summary: WindowingUseCase09
           Product: XPath / XQuery / XSLT
           Version: Member-only Editors Drafts
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQuery 3 & XPath 3 Test Suite
        AssignedTo: benjie.nguyen@gmail.com
        ReportedBy: mike@saxonica.com
         QAContact: public-qt-comments@w3.org


There are two problems with the expected results of this test.

Firstly, the value of $person in the post-grouping key should be the value
after atomization, which means that the elements in the result should take the
form

<working-time>Clara<time>PT3H45M</time></working-time>

rather than

<working-time><person
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Clara</person><time>PT3H45M</time></working-time>

Secondly, the order of tuples after grouping is implementation-dependent.

-- 
Configure bugmail: https://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, 30 December 2011 21:42:13 UTC