Author: ataylor
Date: 2011-12-02 09:58:14 -0500 (Fri, 02 Dec 2011)
New Revision: 11813
Modified:
branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/management/ClusterConnectionControlUsingCoreTest.java
Log:
fixed test
Modified:
branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/management/ClusterConnectionControlUsingCoreTest.java
===================================================================
---
branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/management/ClusterConnectionControlUsingCoreTest.java 2011-12-02
13:16:40 UTC (rev 11812)
+++
branches/Branch_2_2_EAP/tests/src/org/hornetq/tests/integration/management/ClusterConnectionControlUsingCoreTest.java 2011-12-02
14:58:14 UTC (rev 11813)
@@ -101,6 +101,11 @@
return
(String)proxy.retrieveAttributeValue("staticConnectorNamePairsAsJSON");
}
+ public String getTopology()
+ {
+ return (String)proxy.retrieveAttributeValue("topology");
+ }
+
public Map<String, String> getNodes() throws Exception
{
return (Map<String,
String>)proxy.retrieveAttributeValue("nodes");
@@ -141,12 +146,6 @@
proxy.invokeOperation("stop");
}
- public String getTopology()
- {
- // TODO Auto-generated method stub
- return null;
- }
-
};
}