yang-le / simple

Automatically exported from code.google.com/p/simple
0 stars 0 forks source link

Wrong tests: testFormatDate() #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. set timezone to different from PDT, e.g. to VLAST
2. ant runtests
3. failed

What is the expected output? What do you see instead?
------------------------------------------------------
expected: testFormatDate() pass

instead:

---
Testcase: testFormatDate took 0.029 sec
        FAILED
expected:<...PD...> but was:<...VLAS...>
junit.framework.ComparisonFailure: expected:<...PD...> but was:<...VLAS...>
        at
com.google.devtools.simple.runtime.DatesTest.testFormatDate(DatesTest.java:185)

---

What version of the product are you using? On what operating system?
---------------------------------------------------------------------
 > svn info
Path: .
URL: http://simple.googlecode.com/svn/trunk
Repository Root: http://simple.googlecode.com/svn
Repository UUID: 4984a3a8-4ed5-11de-b305-25f493754997
Revision: 179
Node Kind: directory
Schedule: normal
Last Changed Author: simplecompiler
Last Changed Rev: 178
Last Changed Date: 2009-07-30 07:23:51 +1100 (Thu, 30 Jul 2009)

Please provide any additional information below.
---------------------------------------------------
Issue is related to timezones and hardcoded check for timezone 'PDT' only.

Original issue reported on code.google.com by tarasov%...@gtempaccount.com on 30 Jul 2009 at 5:51

GoogleCodeExporter commented 8 years ago

Original comment by simpleco...@gmail.com on 7 Aug 2009 at 4:12