[Bug 21222] Tests that depend on a fixed timezone (UTC)

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

Christian Gruen <christian.gruen@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CLOSED                      |REOPENED
         Resolution|FIXED                       |---

--- Comment #8 from Christian Gruen <christian.gruen@gmail.com> ---
The following test also depends on the current timezone:

Name:
  cbcl-distinct-values-003

Query:
  distinct-values((
    xs:dateTime("2008-01-01T13:00:00"),
    xs:dateTime("2008-01-01T13:00:00+00:00")
  ))

Currently expected result:
  one item

Returned result:
  one or two items

Once again, we could use a non-existing time zone and expect two items as
result:

  distinct-values((
    xs:dateTime("2008-01-01T13:00:00+00:00"),
    xs:dateTime("2008-01-01T13:00:00+00:01")
  ))

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 25 March 2013 16:20:22 UTC