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 18990 - [QT3TS] WindowingUseCase07S
Summary: [QT3TS] WindowingUseCase07S
Status: CLOSED WORKSFORME
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3 & XPath 3 Test Suite (show other bugs)
Version: Working drafts
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Ghislain Fourny
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-24 15:14 UTC by Tim Mills
Modified: 2013-03-15 17:03 UTC (History)
0 users

See Also:


Attachments

Description Tim Mills 2012-09-24 15:14:51 UTC
The expected result for this test is:

<result><warning time="2006-01-01T11:00:00Z">Barbara: Anton arrived 1h ago</warning></result>

while our implementation produces

<result><warning time="2006-01-01T11:00:00-00:00">Barbara: Anton arrived 1h ago</warning></result>

The latter is consistent with the input document.
Comment 1 Tim Mills 2012-09-24 15:18:12 UTC
WindowingUseCase11S has a similar problem.
Comment 2 O'Neil Delpratt 2012-09-25 14:55:01 UTC
(In reply to comment #0)
> The expected result for this test is:
> 
> <result><warning time="2006-01-01T11:00:00Z">Barbara: Anton arrived 1h
> ago</warning></result>
> 
> while our implementation produces
> 
> <result><warning time="2006-01-01T11:00:00-00:00">Barbara: Anton arrived 1h
> ago</warning></result>
> 
> The latter is consistent with the input document.

We are also experiencing the same result. I am refering these test cases back to the Zorba team to check.
Comment 3 Tim Mills 2012-10-02 16:02:31 UTC
WindowingUseCase13S has a similar problem.
Comment 4 Tim Mills 2013-03-15 17:02:54 UTC
This now appears to work.