From 4d72ca5fdeac1098ccea24b149c016c796eb9c68 Mon Sep 17 00:00:00 2001 From: Xue-Lei Andrew Fan Date: Fri, 9 Dec 2016 21:25:54 +0000 Subject: [PATCH] 8171003: A couple of JSSE tests have been failing after JDK-8170329 Reviewed-by: ascarpino, mullan --- .../sun/net/www/protocol/https/HttpsClient/ProxyAuthTest.java | 2 +- .../net/www/protocol/https/HttpsClient/ServerIdentityTest.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jdk/test/sun/net/www/protocol/https/HttpsClient/ProxyAuthTest.java b/jdk/test/sun/net/www/protocol/https/HttpsClient/ProxyAuthTest.java index d985eca8c12..6de8aa8dc22 100644 --- a/jdk/test/sun/net/www/protocol/https/HttpsClient/ProxyAuthTest.java +++ b/jdk/test/sun/net/www/protocol/https/HttpsClient/ProxyAuthTest.java @@ -90,7 +90,7 @@ public class ProxyAuthTest extends SSLSocketTemplate { } @Override - protected boolean isCustomizeClientConnection() { + protected boolean isCustomizedClientConnection() { return true; } diff --git a/jdk/test/sun/net/www/protocol/https/HttpsClient/ServerIdentityTest.java b/jdk/test/sun/net/www/protocol/https/HttpsClient/ServerIdentityTest.java index 10758f717cb..6e5a9bcf138 100644 --- a/jdk/test/sun/net/www/protocol/https/HttpsClient/ServerIdentityTest.java +++ b/jdk/test/sun/net/www/protocol/https/HttpsClient/ServerIdentityTest.java @@ -64,7 +64,7 @@ public final class ServerIdentityTest extends SSLSocketTemplate { } @Override - protected boolean isCustomizeClientConnection() { + protected boolean isCustomizedClientConnection() { return true; }