Backport rename JMX tests to avoid jmxremote_optional error

Issue: SPR-8089, SPR-8093, SPR-8458
This commit is contained in:
Chris Beams
2011-08-18 19:33:55 +00:00
parent 05a7b65d43
commit 227234288f
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ import org.junit.Ignore;
* @author Rob Harrop
*/
@Ignore // see https://issuetracker.springsource.com/browse/BRITS-235
public class RemoteMBeanClientInterceptorTests extends MBeanClientInterceptorTests {
public class RemoteMBeanClientInterceptorTestsIgnore extends MBeanClientInterceptorTests {
private static final String SERVICE_URL = "service:jmx:jmxmp://localhost:9876";

View File

@@ -35,7 +35,7 @@ import org.springframework.jmx.AbstractMBeanServerTests;
* @author Rob Harrop
*/
@Ignore // see https://issuetracker.springsource.com/browse/BRITS-235
public class ConnectorServerFactoryBeanTests extends AbstractMBeanServerTests {
public class ConnectorServerFactoryBeanTestsIgnore extends AbstractMBeanServerTests {
private static final String OBJECT_NAME = "spring:type=connector,name=test";