JDK-6218309 : test/java/text/Format/CurrencyFormat.java failed for tr_TR
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.text
  • Affected Version: 1.4.2_08,5.0u2,6
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2005-01-18
  • Updated: 2010-07-29
  • Resolved: 2005-01-31
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other JDK 6
1.4.2_08Fixed 6 betaFixed
Related Reports
Relates :  
Description
java.lang.RuntimeException: Wrong currency symbol for locale tr_TR, expected: TL, got: YTL
        at CurrencyFormat.testSymbols(CurrencyFormat.java:87)
        at CurrencyFormat.main(CurrencyFormat.java:19)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:83)
        at java.lang.Thread.run(Thread.java:595)

JavaTest Message: Test threw exception: java.lang.RuntimeException: Wrong currency symbol for locale tr_TR, expected: TL, got: YTL
###@###.### 2005-1-18 04:32:01 GMT

Comments
EVALUATION Its golden data file, test/java/text/Format/CurrencySymbols.properties, needs to be updated. ###@###.### 2005-1-18 04:32:01 GMT Replace "TL" with "YTL" for tr_TR locale. ###@###.### 2005-1-18 20:50:25 GMT
18-01-2005