< prev index next >

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

Print this page
rev 12541 : 8179564: Missing @bug for tests added with JDK-8165367
Summary: updated bugid in tests
Reviewed-by: robm

@@ -46,10 +46,11 @@
 import jdk.testlibrary.OutputAnalyzer;
 import jdk.testlibrary.ProcessTools;
 
 /*
  * @test
+ * @bug 8165367
  * @summary Verify the restrictions for certificate path on JSSE with custom trust store.
  * @library /lib/testlibrary
  * @compile JSSEClient.java
  * @run main/othervm -Djava.security.debug=certpath TLSRestrictions DEFAULT
  * @run main/othervm -Djava.security.debug=certpath TLSRestrictions C1
< prev index next >