diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2009-08-12 18:01:12 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2009-08-12 18:01:12 +0000 |
| commit | 8eae0d0abde9612b3228840b6107e778a66abd3a (patch) | |
| tree | 86a93c70b6729066bb20a0ede1bd23b533e126e7 /qpid | |
| parent | a2b4788568fcea3d84fbac8009110730fed1a353 (diff) | |
| download | qpid-python-8eae0d0abde9612b3228840b6107e778a66abd3a.tar.gz | |
QPID-2002 : Removed incomplete and redundant test case
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@803633 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid')
| -rw-r--r-- | qpid/java/systests/src/main/java/org/apache/qpid/server/logging/ManagementLoggingTest.java | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/qpid/java/systests/src/main/java/org/apache/qpid/server/logging/ManagementLoggingTest.java b/qpid/java/systests/src/main/java/org/apache/qpid/server/logging/ManagementLoggingTest.java index 2eeedf2dfe..11c003a2a7 100644 --- a/qpid/java/systests/src/main/java/org/apache/qpid/server/logging/ManagementLoggingTest.java +++ b/qpid/java/systests/src/main/java/org/apache/qpid/server/logging/ManagementLoggingTest.java @@ -259,57 +259,6 @@ public class ManagementLoggingTest extends AbstractTestLogging } } } - - /** - * Description: - * Using the default configuration validate that the RMI ConnectorServer socket is correctly reported as being opened - * Input: - * The default configuration file - * Output: - * - * <date> MESSAGE MNG-1002 : Starting : RMI ConnectorServer : Listening on port 9099 - * - * Constraints: - * The RMI ConnectorServer and Registry log messages do not have a prescribed order - * Validation Steps: - * - * 1. The MNG ID is correct - * 2. The specified port is the correct '9099' - */ - public void testManagementStartupRMIConnectorServer() throws Exception - { - // This test only works on external java brokers due to the fact that - // Management is disabled on InVM brokers. - if (isJavaBroker() && isExternalBroker()) - { - //Ensure management is on - setConfigurationProperty("management.enabled", "true"); - - startBroker(); - - // Now we can create the monitor as _outputFile will now be defined - _monitor = new LogMonitor(_outputFile); - - List<String> results = _monitor.findMatches(MNG_PREFIX); - try - { - // Validation - - assertTrue("MNGer message not logged", results.size() > 0); - - } - catch (AssertionFailedError afe) - { - System.err.println("Log Dump:"); - for (String log : results) - { - System.err.println(log); - } - throw afe; - } - } - } - /** * Description: * Using the default configuration with SSL enabled for the management port the SSL Keystore path should be reported via MNG-1006 |
