8179564: Missing @bug for tests added with JDK-8165367
authormli
Mon, 12 Jun 2017 21:56:38 -0700
changeset 45469 8088d1f4c240
parent 45468 e5b219883af4
child 45470 fad095de1919
8179564: Missing @bug for tests added with JDK-8165367 Summary: Add @bug 8165367 Reviewed-by: weijun Contributed-by: John Jiang <sha.jiang@oracle.com>
jdk/test/sun/security/ssl/CertPathRestrictions/TLSRestrictions.java
--- a/jdk/test/sun/security/ssl/CertPathRestrictions/TLSRestrictions.java	Mon Jun 12 12:45:52 2017 -0700
+++ b/jdk/test/sun/security/ssl/CertPathRestrictions/TLSRestrictions.java	Mon Jun 12 21:56:38 2017 -0700
@@ -48,6 +48,7 @@
 
 /*
  * @test
+ * @bug 8165367
  * @summary Verify the restrictions for certificate path on JSSE with custom trust store.
  * @library /test/lib
  * @build jdk.test.lib.Utils