From 13d13dd3fb0432360036992a5b1be3d8516f602a Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Tue, 21 Nov 2006 14:25:45 +0000
Subject: [PATCH] With the 'changePort' unit-test enabled, we are not able to reproduce the behavior described in issue #763: build all hangs due to RMI.
---
opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/JmxConnectTest.java | 2 +-
1 files changed, 1 insertions(+), 1 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 f163395..c4b0363 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
@@ -277,7 +277,7 @@
* Test changing JMX port through LDAP
* @throws Exception
*/
- @Test(enabled=false)
+ @Test(enabled=true)
public void changePort() throws Exception
{
// Connect to the JMX service and get the current port
--
Gitblit v1.10.0