8171003: A couple of JSSE tests have been failing after JDK-8170329
authorxuelei
Fri, 09 Dec 2016 21:25:54 +0000
changeset 42466 321b4a747cec
parent 42465 ed6c0f042ded
child 42467 46018567e1a6
8171003: A couple of JSSE tests have been failing after JDK-8170329 Reviewed-by: ascarpino, mullan
jdk/test/sun/net/www/protocol/https/HttpsClient/ProxyAuthTest.java
jdk/test/sun/net/www/protocol/https/HttpsClient/ServerIdentityTest.java
--- a/jdk/test/sun/net/www/protocol/https/HttpsClient/ProxyAuthTest.java	Fri Dec 09 14:14:37 2016 -0500
+++ b/jdk/test/sun/net/www/protocol/https/HttpsClient/ProxyAuthTest.java	Fri Dec 09 21:25:54 2016 +0000
@@ -90,7 +90,7 @@
     }
 
     @Override
-    protected boolean isCustomizeClientConnection() {
+    protected boolean isCustomizedClientConnection() {
         return true;
     }
 
--- a/jdk/test/sun/net/www/protocol/https/HttpsClient/ServerIdentityTest.java	Fri Dec 09 14:14:37 2016 -0500
+++ b/jdk/test/sun/net/www/protocol/https/HttpsClient/ServerIdentityTest.java	Fri Dec 09 21:25:54 2016 +0000
@@ -64,7 +64,7 @@
     }
 
     @Override
-    protected boolean isCustomizeClientConnection() {
+    protected boolean isCustomizedClientConnection() {
         return true;
     }