This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 11854 - 4.2.12 Q12: expected result is wrong
Summary: 4.2.12 Q12: expected result is wrong
Status: RESOLVED DUPLICATE of bug 11761
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3.0 Use Cases (show other bugs)
Version: Working drafts
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Jonathan Robie
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-24 23:33 UTC by Matthias Brantner
Modified: 2011-02-01 14:52 UTC (History)
1 user (show)

See Also:


Attachments

Description Matthias Brantner 2011-01-24 23:33:23 UTC
The expected result of windowing query Q12 is wrong. Instead of 

<result>
        <alert time="2006-01-02T14:00:00-00:00">Clara is suspicious</alert>
</result>

it should be

<result>
        <alert date="2006-01-01T11:15:00Z">Anton and Barbara just arrived</alert>
</result>
Comment 1 Matthias Brantner 2011-02-01 14:52:56 UTC
Duplicate of bug #11761

*** This bug has been marked as a duplicate of bug 11761 ***