diff options
| author | Robert Gemmell <robbie@apache.org> | 2009-03-02 12:03:38 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2009-03-02 12:03:38 +0000 |
| commit | 0ddb6e9bda913207788bd7ba4aa0fee7628bf253 (patch) | |
| tree | ff5110c61e64858ec1903ca1fc3594ce01ffc796 /qpid/java | |
| parent | bba0a2edd69dfc5282ae6908255b9428507648d7 (diff) | |
| download | qpid-python-0ddb6e9bda913207788bd7ba4aa0fee7628bf253.tar.gz | |
QPID-1704: updated server configuration test
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@749285 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
| -rw-r--r-- | qpid/java/broker/src/test/java/org/apache/qpid/server/configuration/ServerConfigurationTest.java | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/qpid/java/broker/src/test/java/org/apache/qpid/server/configuration/ServerConfigurationTest.java b/qpid/java/broker/src/test/java/org/apache/qpid/server/configuration/ServerConfigurationTest.java index 4a69c94ee1..626eb79d9e 100644 --- a/qpid/java/broker/src/test/java/org/apache/qpid/server/configuration/ServerConfigurationTest.java +++ b/qpid/java/broker/src/test/java/org/apache/qpid/server/configuration/ServerConfigurationTest.java @@ -174,18 +174,6 @@ public class ServerConfigurationTest extends TestCase assertEquals(23, serverConfig.getFrameSize()); } - public void testGetManagementSecurityEnabled() throws ConfigurationException - { - // Check default - ServerConfiguration serverConfig = new ServerConfiguration(_config); - assertEquals(false, serverConfig.getManagementSecurityEnabled()); - - // Check value we set - _config.setProperty("management.security-enabled", true); - serverConfig = new ServerConfiguration(_config); - assertEquals(true, serverConfig.getManagementSecurityEnabled()); - } - public void testGetProtectIOEnabled() throws ConfigurationException { // Check default |
