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

gbellato
18.06.2006 fc0abbfc8b295d9070937dd80bdcc264e78dd6ed
Enable the changePort test again after cleanup of the continuous build box
1 files modified
4 ■■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/JmxConnectTest.java 4 ●●●● patch | view | raw | blame | history
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