Issue #5535 - Removing irrelevant lines on test

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
Joakim Erdfelt 2020-10-30 11:22:46 -05:00
parent 074b4f90f7
commit 249cb02a75
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 0 additions and 2 deletions

View File

@ -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();