From fc0abbfc8b295d9070937dd80bdcc264e78dd6ed Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Mon, 18 Sep 2006 09:06:16 +0000
Subject: [PATCH] Enable the changePort test again after cleanup of the continuous build box

---
 opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/JmxConnectTest.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/JmxConnectTest.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/JmxConnectTest.java
index e8fbdae..cd95f71 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/JmxConnectTest.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/JmxConnectTest.java
@@ -167,7 +167,7 @@
         TestCaseUtils.getServerJmxPort());
     assertNotNull(jmxc);
     
-    Set<ObjectName> names = jmxc.queryNames(null, null);
+    Set<ObjectName> names = (Set<ObjectName>) jmxc.queryNames(null, null);
     names.clear();
     
     final String dn = "cn=config";
@@ -210,7 +210,7 @@
    * Test changing JMX port through LDAP
    * @throws Exception
    */
-  @Test(enabled = false)
+  @Test()
   public void changePort() throws Exception
   {
     // Connect to the JMX service and get the current port

--
Gitblit v1.10.0