-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
7
-
generic
-
generic
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'
- 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
-