Hello Francis,
The following test was modified [1] to address a time zone names changes
in JDK [2]. As I can see, you have an old version of this test. And just
FYI - this test will be removed in future.
Aleksej
[1]
http://mail.openjdk.java.net/pipermail/core-libs-dev/2013-October/022452.html
[2]
http://mail.openjdk.java.net/pipermail/core-libs-dev/2013-October/021937.html
On 29.10.2013 21:51, Francis ANDRE wrote:
Hi
I got this exception running the Bug6317929 test on a French
WXP/Cygwin/VS2010 platform with jdk8 which I modified locally to print
the getDispalyName. So I am a little bit puzzled... What should be the
proper result?
Currie.getDisplayName=Eastern Normalzeit (Neusüdwales)
Exception in thread "main" java.lang.RuntimeException:
de: LONG, non-daylight saving name for Australia/Currie should be
"Östliche Normalzeit (New South Wales)"
at Bug6317929.main(Bug6317929.java:137)
Francis