Tweaked SSL test cases to make them pass with Java 11

This commit is contained in:
Oleg Kalnichevski 2018-10-21 19:26:15 +02:00
parent 6ce03c4d44
commit 59a1bf443f
1 changed files with 1 additions and 0 deletions

View File

@ -219,6 +219,7 @@ public class TestSSLSocketFactory {
Assert.assertNotNull(sslsession);
Assert.assertTrue(hostVerifier.isFired());
sslSocket.getInputStream().read();
}
}
}