DATAGEODE-197 - Rename test class and configuration files.

This commit is contained in:
John Blum
2019-07-16 18:21:00 -07:00
parent 2a4a8f754d
commit 0fff3b373c
4 changed files with 4 additions and 4 deletions

View File

@@ -64,9 +64,9 @@ import org.springframework.test.context.junit4.SpringRunner;
* @since 2.2.0
*/
@RunWith(SpringRunner.class)
@ContextConfiguration(locations = "AsyncEventQueueXmlConfigurationByIdIntegrationTests-context.xml")
@ContextConfiguration(locations = "AsyncEventQueueByIdXmlConfigurationIdIntegrationTests-context.xml")
@SuppressWarnings("unused")
public class AsyncEventQueueXmlConfigurationByIdIntegrationTests extends ClientServerIntegrationTestsSupport {
public class AsyncEventQueueByIdXmlConfigurationIdIntegrationTests extends ClientServerIntegrationTestsSupport {
private static final String GEMFIRE_LOG_LEVEL = "error";

View File

@@ -62,9 +62,9 @@ import org.springframework.test.context.junit4.SpringRunner;
* @since 2.2.0
*/
@RunWith(SpringRunner.class)
@ContextConfiguration(locations = "GatewaySenderXmlConfigurationByIdIntegrationTests-context.xml")
@ContextConfiguration(locations = "GatewaySenderByIdXmlConfigurationIdIntegrationTests-context.xml")
@SuppressWarnings("unused")
public class GatewaySenderXmlConfigurationByIdIntegrationTests extends ClientServerIntegrationTestsSupport {
public class GatewaySenderByIdXmlConfigurationIdIntegrationTests extends ClientServerIntegrationTestsSupport {
private static ProcessWrapper geodeServer;