Upgrade to Californium-BUILD-SNAPSHOT

See gh-15878
This commit is contained in:
Brian Clozel
2019-02-08 19:45:24 +01:00
parent 72c8e5d366
commit c24f02696f
2 changed files with 3 additions and 2 deletions

View File

@@ -214,7 +214,8 @@ public class UndertowServletWebServerFactoryTests
.isThrownBy(() -> testRestrictedSSLProtocolsAndCipherSuites(
new String[] { "TLSv1.2" },
new String[] { "TLS_EMPTY_RENEGOTIATION_INFO_SCSV" }))
.isInstanceOfAny(SSLHandshakeException.class, SocketException.class);
.isInstanceOfAny(SSLException.class, SSLHandshakeException.class,
SocketException.class);
}
@Test