Skip to content

Commit 0b637d1

Browse files
committed
Merge branch 'jdk-8339560-unaddressed-comments-backport' into jdk-8346587-camerfirma-root-distrust
2 parents 701a9c1 + e459dbe commit 0b637d1

File tree

1 file changed

+1
-0
lines changed
  • jdk/test/sun/security/ssl/X509TrustManagerImpl/distrust

1 file changed

+1
-0
lines changed

jdk/test/sun/security/ssl/X509TrustManagerImpl/distrust/Distrust.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ public void testCertificateChain(String certPath, Date notBefore, X509TrustManag
7676
for (String test : tests) {
7777
System.err.println("Testing " + test);
7878
X509Certificate[] chain = loadCertificateChain(certPath, test);
79+
7980
for (X509TrustManager tm : tms) {
8081
testTM(tm, chain, notBefore, isValid);
8182
}

0 commit comments

Comments
 (0)