Issue #5535 - Removing irrelevant lines on test
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
074b4f90f7
commit
249cb02a75
|
@ -100,8 +100,6 @@ public class SslContextFactoryTest
|
|||
public void testDumpExcludedProtocols() throws Exception
|
||||
{
|
||||
SslContextFactory.Server cf = new SslContextFactory.Server();
|
||||
cf.setKeyStorePassword("storepwd");
|
||||
cf.setKeyManagerPassword("keypwd");
|
||||
cf.setExcludeProtocols("TLSv1\\.?[01]?");
|
||||
cf.start();
|
||||
|
||||
|
|
Loading…
Reference in New Issue