Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P4
-
Resolution: Duplicate
-
Affects Version/s: 7
-
Fix Version/s: None
-
Component/s: globalization
-
Labels:
-
Subcomponent:
-
CPU:generic
-
OS:generic
Description
Here's the log:
java.lang.RuntimeException: Wrong display name for currency DEM: expected 'Deutsche Mark', got 'German Mark'
at CurrencyTest.testDisplayName(CurrencyTest.java:260)
at CurrencyTest.testDisplayNames(CurrencyTest.java:247)
at CurrencyTest.main(CurrencyTest.java:51)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:598)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:722)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Wrong display name for currency DEM: expected 'Deutsche Mark', got 'German Mark'
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Wrong display name for currency DEM: expected 'Deutsche Mark', got 'German Mark'
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Wrong display name for currency DEM: expected 'Deutsche Mark', got 'German Mark'
test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Wrong display name for currency DEM: expected 'Deutsche Mark', got 'German Mark'
java.lang.RuntimeException: Wrong display name for currency DEM: expected 'Deutsche Mark', got 'German Mark'
at CurrencyTest.testDisplayName(CurrencyTest.java:260)
at CurrencyTest.testDisplayNames(CurrencyTest.java:247)
at CurrencyTest.main(CurrencyTest.java:51)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:598)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:722)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Wrong display name for currency DEM: expected 'Deutsche Mark', got 'German Mark'
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Wrong display name for currency DEM: expected 'Deutsche Mark', got 'German Mark'
result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Wrong display name for currency DEM: expected 'Deutsche Mark', got 'German Mark'
test result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: Wrong display name for currency DEM: expected 'Deutsche Mark', got 'German Mark'
Attachments
Issue Links
- duplicates
-
JDK-7036905 [de] dem - the german mark display name is incorrect
-
- Closed
-
- relates to
-
JDK-7037304 test/java/util/Currency/CurrencyTest.java failing in jdk7-b138
-
- Closed
-