java/text/Format/NumberFormat/CurrencyFormat.java failed with following exception:
java.lang.RuntimeException: Wrong currency symbol for locale es_VE, expected: Bs.F., got: VES
at CurrencyFormat.testSymbols(CurrencyFormat.java:136)
at CurrencyFormat.main(CurrencyFormat.java:47)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:834)