< prev index next >

test/sun/security/ssl/CertPathRestrictions/TLSRestrictions.java

Print this page
rev 17326 : [mq]: 8181761-2

@@ -48,10 +48,16 @@
 
 /*
  * @test
  * @summary Verify the restrictions for certificate path on JSSE with custom trust store.
  * @library /test/lib
+ * @build jdk.test.lib.Utils
+ *        jdk.test.lib.Asserts
+ *        jdk.test.lib.JDKToolFinder
+ *        jdk.test.lib.JDKToolLauncher
+ *        jdk.test.lib.Platform
+ *        jdk.test.lib.process.*
  * @compile JSSEClient.java
  * @run main/othervm -Djava.security.debug=certpath TLSRestrictions DEFAULT
  * @run main/othervm -Djava.security.debug=certpath TLSRestrictions C1
  * @run main/othervm -Djava.security.debug=certpath TLSRestrictions S1
  * @run main/othervm -Djava.security.debug=certpath TLSRestrictions C2
< prev index next >