./test/java/util/jar/JarFile/TurkCert.java

Print this page
rev 278 : Fixed issue in TurkCert regression test. This test changes locale settings
on global level (i.e. in currently running JTreg/JVM) which causes that
other test fails. So this test should run in othervm mode.

*** 24,33 **** --- 24,34 ---- /** * @test * @bug 4624534 * @summary Make sure jar certificates work for Turkish locale * @author kladko + * @run main/othervm TurkCert */ import java.util.*; import java.util.jar.*; import java.security.cert.*;