8171003: A couple of JSSE tests have been failing after JDK-8170329
Reviewed-by: ascarpino, mullan
--- 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;
}