diff options
| author | Robert Gemmell <robbie@apache.org> | 2012-06-28 16:46:12 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2012-06-28 16:46:12 +0000 |
| commit | 07c285f662e8f60d4e8aca247b65b77ca5df4587 (patch) | |
| tree | 7fe15262589c0fe5206e02a5e9336c6288f004e0 /qpid/java/test-profiles/CPPExcludes | |
| parent | bb45ec03f95ffdfa6c0163067dcb75af8b64ceb5 (diff) | |
| download | qpid-python-07c285f662e8f60d4e8aca247b65b77ca5df4587.tar.gz | |
QPID-3998, QPID-3999, QPID-4093: add new management plugins for jmx/rest/webui functionality, partial merge from the java-config-and-management branch at r1355039
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1355072 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles/CPPExcludes')
| -rwxr-xr-x | qpid/java/test-profiles/CPPExcludes | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes index 23722ae5cd..7c653c73f1 100755 --- a/qpid/java/test-profiles/CPPExcludes +++ b/qpid/java/test-profiles/CPPExcludes @@ -101,11 +101,8 @@ org.apache.qpid.server.logging.subjects.* org.apache.qpid.server.logging.actors.* // CPP Broker does not have a JMX interface to test -org.apache.qpid.management.jmx.* -org.apache.qpid.server.queue.AMQQueueMBeanTest#* -org.apache.qpid.server.exchange.ExchangeMBeanTest#* -org.apache.qpid.server.AMQBrokerManagerMBeanTest#* -org.apache.qpid.server.protocol.AMQProtocolSessionMBeanTest#* +org.apache.qpid.server.jmx.mbeans.* +org.apache.qpid.systest.management.jmx.* // JMX is used in this test for validation org.apache.qpid.server.queue.ModelTest#* @@ -159,8 +156,6 @@ org.apache.qpid.test.unit.transacted.TransactionTimeoutConfigurationTest#* org.apache.qpid.test.unit.transacted.TransactionTimeoutTest#* // Java broker only -org.apache.qpid.server.logging.management.LoggingManagementMBeanTest#* -org.apache.qpid.server.management.AMQUserManagementMBeanTest#* org.apache.qpid.server.SupportedProtocolVersionsTest#* |
