< prev index next >

test/jdk/com/sun/security/auth/login/ConfigFile/InconsistentError.java

Print this page
rev 59107 : imported patch security

*** 61,75 **** } else { // if the OS is Solaris then this is an error; on windows // this is not an error since the error message on windows // is "The system cannot find the file specified " // See bug 4450257 - - if (System.getProperty("os.name").equals("SunOS")) { - System.out.println("test 2 failed"); - throw se; - } } } System.setProperty("java.security.auth.login.config", "=file:${test.src}/InconsistentError.config"); --- 61,70 ----
< prev index next >