changeset 16240:d4d7f1f0d688

8171003: A couple of JSSE tests have been failing after JDK-8170329 Reviewed-by: ascarpino, mullan
author xuelei
date Fri, 09 Dec 2016 21:25:54 +0000
parents 838c6bde8793
children 2db2386866d7
files test/sun/net/www/protocol/https/HttpsClient/ProxyAuthTest.java test/sun/net/www/protocol/https/HttpsClient/ServerIdentityTest.java
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/test/sun/net/www/protocol/https/HttpsClient/ProxyAuthTest.java	Fri Dec 09 14:14:37 2016 -0500
+++ b/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/test/sun/net/www/protocol/https/HttpsClient/ServerIdentityTest.java	Fri Dec 09 14:14:37 2016 -0500
+++ b/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;
     }