< prev index next >

test/jdk/sun/security/tools/jarsigner/warnings/BadNetscapeCertTypeTest.java

Print this page
rev 51638 : [mq]: 8210112

*** 19,36 **** * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! import jdk.testlibrary.OutputAnalyzer; import jdk.test.lib.util.JarUtils; /** * @test * @bug 8024302 8026037 * @summary Test for badNetscapeCertType warning ! * @library /lib/testlibrary /test/lib ../ * @build jdk.test.lib.util.JarUtils * @run main BadNetscapeCertTypeTest */ public class BadNetscapeCertTypeTest extends Test { --- 19,36 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! import jdk.test.lib.process.OutputAnalyzer; import jdk.test.lib.util.JarUtils; /** * @test * @bug 8024302 8026037 * @summary Test for badNetscapeCertType warning ! * @library /test/lib ../ * @build jdk.test.lib.util.JarUtils * @run main BadNetscapeCertTypeTest */ public class BadNetscapeCertTypeTest extends Test {
< prev index next >