< prev index next >

test/sun/security/tools/jarsigner/warnings/HasExpiringCertTest.java

Print this page
rev 17325 : 8181761: add explicit @build actions for jdk.test.lib classes in all :tier2 tests
Reviewed-by: duke

*** 27,36 **** --- 27,37 ---- /** * @test * @bug 8024302 8026037 * @summary Test for hasExpiringCert warning * @library /lib/testlibrary /test/lib ../ + * @build jdk.test.lib.util.JarUtils * @run main HasExpiringCertTest */ public class HasExpiringCertTest extends Test { static final int SHORT_VALIDITY = 90; // less than 6 month
< prev index next >