< prev index next >

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

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

@@ -27,10 +27,11 @@
 /**
  * @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 >