Kirk Lund created GEODE-1941:
--------------------------------
Summary: SocketCreatorFactoryJUnitTest has unimplemented tests
Key: GEODE-1941
URL: https://issues.apache.org/jira/browse/GEODE-1941
Project: Geode
Issue Type: Test
Components: security, tests
Reporter: Kirk Lund
I found 4 unimplemented test methods in SocketCreatorFactoryJUnitTest. Rather
than mark them with @Ignore("Test is not implemented"), I think we should file
this ticket for writing the tests and then delete them from the class:
{noformat}
@Test
public void testLegacyServerSSLConfig() {
}
@Test
public void testLegacyJMXSSLConfig() {
}
@Test
public void testLegacyGatewaySSLConfig() {
}
@Test
public void testLegacyHttpServiceSSLConfig() {
}
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)