[haiku-bugs] [Haiku] #13684: Fix BDateFormatTest: Consider timezone in test cases.

  • From: "akshay" <trac@xxxxxxxxxxxx>
  • Date: Sat, 26 Aug 2017 10:10:46 -0000

#13684: Fix BDateFormatTest: Consider timezone in test cases.
-----------------------------+------------------------------
 Reporter:  akshay           |        Owner:  pulkomandy
     Type:  bug              |       Status:  new
 Priority:  normal           |    Milestone:  Unscheduled
Component:  Kits/Locale Kit  |      Version:  R1/Development
 Keywords:  unittests        |   Blocked By:
 Blocking:                   |  Has a Patch:  0
 Platform:  All              |
-----------------------------+------------------------------
 * Issue: A time_t value of say '12345678' results into different
 timestamps in different timezones. So the expected output will not match
 the result of BDateFormat::Format() if the calendar's timezone is
 different from the timezone of the expected output, and the tests
 'TestFormat' and 'TestCustomFormat' will fail.

 * Fix: Add timezone information in the test cases and pass the timezone
 while calling BDateFormat::Format() in order to set the calendar's
 timezone same as that of the expected output.

--
Ticket URL: <https://dev.haiku-os.org/ticket/13684>
Haiku <https://dev.haiku-os.org>
The Haiku operating system.

Other related posts: