From 38a58d475e06d2808b4bc706d1c86749c55593bf Mon Sep 17 00:00:00 2001 From: bgopularam Date: Wed, 5 Jul 2017 23:50:20 -0700 Subject: [PATCH] 8179564: Missing @bug for tests added with JDK-8165367 Summary: updated bugid in tests Reviewed-by: robm --- test/sun/security/ssl/CertPathRestrictions/TLSRestrictions.java | 1 + 1 file changed, 1 insertion(+) diff --git a/test/sun/security/ssl/CertPathRestrictions/TLSRestrictions.java b/test/sun/security/ssl/CertPathRestrictions/TLSRestrictions.java index f23a0a4ee..55d9b451f 100644 --- a/test/sun/security/ssl/CertPathRestrictions/TLSRestrictions.java +++ b/test/sun/security/ssl/CertPathRestrictions/TLSRestrictions.java @@ -48,6 +48,7 @@ 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 -- GitLab