< prev index next >

test/sun/security/tools/keytool/WeakAlg.java

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

*** 28,37 **** --- 28,44 ---- * cert/cert req using weak algorithms * @library /test/lib * @modules java.base/sun.security.tools.keytool * java.base/sun.security.tools * java.base/sun.security.util + * @build jdk.test.lib.SecurityTools + * jdk.test.lib.Utils + * jdk.test.lib.Asserts + * jdk.test.lib.JDKToolFinder + * jdk.test.lib.JDKToolLauncher + * jdk.test.lib.Platform + * jdk.test.lib.process.* * @run main/othervm/timeout=600 -Duser.language=en -Duser.country=US WeakAlg */ import jdk.test.lib.SecurityTools; import jdk.test.lib.process.OutputAnalyzer;
< prev index next >