Author: ritchiem
Date: Mon Apr 13 13:48:46 2009
New Revision: 764462

URL: http://svn.apache.org/viewvc?rev=764462&view=rev
Log:
QPID-1704: updated server configuration test
merged from trunk r749285

Modified:
    qpid/branches/0.5-fix/qpid/   (props changed)
    
qpid/branches/0.5-fix/qpid/java/broker/src/test/java/org/apache/qpid/server/configuration/ServerConfigurationTest.java

Propchange: qpid/branches/0.5-fix/qpid/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Apr 13 13:48:46 2009
@@ -1 +1 @@
-/qpid/trunk/qpid:742626,743015,743028-743029,743304,743306,743311,743357,744113,747363,747367,747369-747370,747376,747783,747868-747870,747875,748561,748591,748641,748680,748686,749149,749282
+/qpid/trunk/qpid:742626,743015,743028-743029,743304,743306,743311,743357,744113,747363,747367,747369-747370,747376,747783,747868-747870,747875,748561,748591,748641,748680,748686,749149,749282,749285

Modified: 
qpid/branches/0.5-fix/qpid/java/broker/src/test/java/org/apache/qpid/server/configuration/ServerConfigurationTest.java
URL: 
http://svn.apache.org/viewvc/qpid/branches/0.5-fix/qpid/java/broker/src/test/java/org/apache/qpid/server/configuration/ServerConfigurationTest.java?rev=764462&r1=764461&r2=764462&view=diff
==============================================================================
--- 
qpid/branches/0.5-fix/qpid/java/broker/src/test/java/org/apache/qpid/server/configuration/ServerConfigurationTest.java
 (original)
+++ 
qpid/branches/0.5-fix/qpid/java/broker/src/test/java/org/apache/qpid/server/configuration/ServerConfigurationTest.java
 Mon Apr 13 13:48:46 2009
@@ -174,18 +174,6 @@
         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



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to