8171003: A couple of JSSE tests have been failing after JDK-8170329
Reviewed-by: ascarpino, mullan
This commit is contained in:
parent
8e9cdc61b6
commit
4d72ca5fde
@ -90,7 +90,7 @@ public class ProxyAuthTest extends SSLSocketTemplate {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean isCustomizeClientConnection() {
|
||||
protected boolean isCustomizedClientConnection() {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@ -64,7 +64,7 @@ public final class ServerIdentityTest extends SSLSocketTemplate {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean isCustomizeClientConnection() {
|
||||
protected boolean isCustomizedClientConnection() {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user