< prev index next >

test/javax/security/auth/login/modules/JaasModularDefaultHandlerTest.java

Print this page
rev 17315 : 8181335: remove packageless CompilerUtils
Reviewed-by: duke

*** 1,7 **** /* ! * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 28,47 **** import java.util.Map; import java.util.Arrays; import java.io.IOException; import java.lang.module.ModuleDescriptor; import java.util.ArrayList; import jdk.testlibrary.ProcessTools; import jdk.testlibrary.OutputAnalyzer; import org.testng.annotations.BeforeTest; /** * @test * @bug 8151654 ! * @library /lib/testlibrary * @library /java/security/modules ! * @build CompilerUtils JarUtils * @summary Test custom JAAS callback handler with all possible modular option. * @run testng JaasModularDefaultHandlerTest */ public class JaasModularDefaultHandlerTest extends ModularTest { --- 28,48 ---- import java.util.Map; import java.util.Arrays; import java.io.IOException; import java.lang.module.ModuleDescriptor; import java.util.ArrayList; + import jdk.test.lib.compiler.CompilerUtils; import jdk.testlibrary.ProcessTools; import jdk.testlibrary.OutputAnalyzer; import org.testng.annotations.BeforeTest; /** * @test * @bug 8151654 ! * @library /lib/testlibrary /test/lib * @library /java/security/modules ! * @build jdk.test.lib.compiler.CompilerUtils JarUtils * @summary Test custom JAAS callback handler with all possible modular option. * @run testng JaasModularDefaultHandlerTest */ public class JaasModularDefaultHandlerTest extends ModularTest {
< prev index next >