mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

gbellato
06.24.2006 5b5fe5d14f819739a6d8290666576d432deafda9
add issue number in the disable test that is not run because it currently fails
1 files modified
1 ■■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/jmx/JmxConnectTest.java 1 ●●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/jmx/JmxConnectTest.java
@@ -160,6 +160,7 @@
    assertNotNull(jmxc);
    // This test can not pass at the moment
    // because disabling JMX through JMX is not possible
    // see Issue 620
    // disableJmx(jmxc);
    // JMXConnector jmxcDisabled = connect("cn=directory manager", "password");
    // assertNull(jmxcDisabled);