Hi Aleksej
I run this command
FrancisANDRE@idefix /cygdrive/Z/JDK/jdk8/jdk
$ hg incoming
comparing with http://hg.openjdk.java.net/jdk8/jdk8/jdk
searching for changes
no changes found
and no recent changes were found... So, how do I get the latest version?
Francis
Le 29/10/2013 20:22, Aleksej Efimov a écrit :
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