mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-12 08:53:12 +00:00
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…
x
Reference in New Issue
Block a user