[Bug 11855] 4.2.8 Q8: expected result is wrong

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

Matthias Brantner <matthias.brantner@28msec.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |matthias.brantner@28msec.co
                   |                            |m

--- Comment #1 from Matthias Brantner <matthias.brantner@28msec.com> 2011-01-28 21:03:24 UTC ---
I guess the proposed result of my initial comment is also wrong. The order of
items in the result should match the order of the start items of each window.
Hence, the correct result is:

<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>PT10M</time>
 </working-time>
 <working-time>
   <person>Clara</person>
   <time>PT5M</time>
 </working-time>
 <working-time>
   <person>Clara</person>
   <time>PT15M</time>
 </working-time>
 <working-time>
   <person>Clara</person>
   <time>PT2H15M</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 Friday, 28 January 2011 21:03:26 UTC