SGF-863 - Rename AEQ and GatewaySender test classes.

This commit is contained in:
John Blum
2019-07-17 17:49:48 -07:00
parent c5dd92c440
commit 7d8a4c7cc5
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@ContextConfiguration(locations = "AsyncEventQueueByIdXmlConfigurationIntegrationTests-context.xml")
@SuppressWarnings("unused")
public class AsyncEventQueueByIdXmlConfigurationIdIntegrationTests extends ClientServerIntegrationTestsSupport {
public class AsyncEventQueueByIdXmlConfigurationIntegrationTests extends ClientServerIntegrationTestsSupport {
private static final String GEMFIRE_LOG_LEVEL = "error";

View File

@@ -64,7 +64,7 @@ import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@ContextConfiguration(locations = "GatewaySenderByIdXmlConfigurationIntegrationTests-context.xml")
@SuppressWarnings("unused")
public class GatewaySenderByIdXmlConfigurationIdIntegrationTests extends ClientServerIntegrationTestsSupport {
public class GatewaySenderByIdXmlConfigurationIntegrationTests extends ClientServerIntegrationTestsSupport {
private static ProcessWrapper geodeServer;