-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
1.2beta3, 1.2.0
-
sparc
-
solaris_2.5.1, solaris_2.6
Name: laC46010 Date: 02/13/98
JDK12beta3F fails to pass the following JCK12ea2 test:
api/java_util/localeData/coreLocale.html#fr_CA
The test outputs:
long format time returned: 09:23:00 GMT-05:00
full format time returned: 9 h 23 GMT-05:00
testCollator: Passed. OKAY
testTimeFormat: Failed. 2 Time Format tests failed. See result log for details
STATUS:Failed. 1 out of 2 tests failed. First test that failed: testTimeFormat
Correct formats should be as following:
long format time returned: 09:23:00 EST
full format time returned: 9 h 23 EST
The difference beetwen returned formats and expected formats is format
of TimeZone.
Hook 5(hook5): test
======================================================================
- duplicates
-
JDK-4115963 Add localized time zone names
- Closed