Issue #2226 - SelectChannelEndPoint test cleanup

Fixing NPE in testcase

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
Joakim Erdfelt 2018-03-19 16:45:01 -05:00
parent 1493e57064
commit a437466996
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ public class SslEngineBehaviorTest
@BeforeClass
public static void startSsl() throws Exception
{
sslCtxFactory = new SslContextFactory();
File keystore = MavenTestingUtils.getTestResourceFile("keystore");
sslCtxFactory.setKeyStorePath(keystore.getAbsolutePath());
sslCtxFactory.setKeyStorePassword("storepwd");