8171003: A couple of JSSE tests have been failing after JDK-8170329

Reviewed-by: ascarpino, mullan
This commit is contained in:
Xue-Lei Andrew Fan 2016-12-09 21:25:54 +00:00
parent 8e9cdc61b6
commit 4d72ca5fde
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ public class ProxyAuthTest extends SSLSocketTemplate {
}
@Override
protected boolean isCustomizeClientConnection() {
protected boolean isCustomizedClientConnection() {
return true;
}

View File

@ -64,7 +64,7 @@ public final class ServerIdentityTest extends SSLSocketTemplate {
}
@Override
protected boolean isCustomizeClientConnection() {
protected boolean isCustomizedClientConnection() {
return true;
}