DATAGEODE-197 - Rename test class and configuration files.
This commit is contained in:
@@ -64,9 +64,9 @@ import org.springframework.test.context.junit4.SpringRunner;
|
|||||||
* @since 2.2.0
|
* @since 2.2.0
|
||||||
*/
|
*/
|
||||||
@RunWith(SpringRunner.class)
|
@RunWith(SpringRunner.class)
|
||||||
@ContextConfiguration(locations = "AsyncEventQueueXmlConfigurationByIdIntegrationTests-context.xml")
|
@ContextConfiguration(locations = "AsyncEventQueueByIdXmlConfigurationIdIntegrationTests-context.xml")
|
||||||
@SuppressWarnings("unused")
|
@SuppressWarnings("unused")
|
||||||
public class AsyncEventQueueXmlConfigurationByIdIntegrationTests extends ClientServerIntegrationTestsSupport {
|
public class AsyncEventQueueByIdXmlConfigurationIdIntegrationTests extends ClientServerIntegrationTestsSupport {
|
||||||
|
|
||||||
private static final String GEMFIRE_LOG_LEVEL = "error";
|
private static final String GEMFIRE_LOG_LEVEL = "error";
|
||||||
|
|
||||||
@@ -62,9 +62,9 @@ import org.springframework.test.context.junit4.SpringRunner;
|
|||||||
* @since 2.2.0
|
* @since 2.2.0
|
||||||
*/
|
*/
|
||||||
@RunWith(SpringRunner.class)
|
@RunWith(SpringRunner.class)
|
||||||
@ContextConfiguration(locations = "GatewaySenderXmlConfigurationByIdIntegrationTests-context.xml")
|
@ContextConfiguration(locations = "GatewaySenderByIdXmlConfigurationIdIntegrationTests-context.xml")
|
||||||
@SuppressWarnings("unused")
|
@SuppressWarnings("unused")
|
||||||
public class GatewaySenderXmlConfigurationByIdIntegrationTests extends ClientServerIntegrationTestsSupport {
|
public class GatewaySenderByIdXmlConfigurationIdIntegrationTests extends ClientServerIntegrationTestsSupport {
|
||||||
|
|
||||||
private static ProcessWrapper geodeServer;
|
private static ProcessWrapper geodeServer;
|
||||||
|
|
||||||
Reference in New Issue
Block a user