8075575: com/sun/security/auth/login/ConfigFile/InconsistentError.java failed in certain env

8075576: com/sun/security/auth/module/KeyStoreLoginModule/OptionTest.java failed in certain env

Reviewed-by: xuelei
This commit is contained in:
Weijun Wang 2015-04-22 23:27:30 +08:00
parent 9ef4bd4a6c
commit ff227ec11f
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@
* @bug 4406033
* @summary ConfigFile throws an inconsistent error message
* when the configuration file is not found
* @run main/othervm -Duser.language=en InconsistentError
*/
import com.sun.security.auth.login.*;

View File

@ -25,6 +25,7 @@
* @test
* @bug 4919147
* @summary Support for token-based KeyStores
* @run main/othervm -Duser.language=en OptionTest
*/
import java.io.File;