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; }