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

neil_a_wilson
24.01.2007 3d2b80e6543fb609afefc4c24036253b8e38db34
Disable the JmxConnectTest.simpleSet test case because it relied on the fact
that the cn=config entry was not handled by the admin framework, and no longer
passes now that it has been updated to use the admin framework.
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
@@ -159,7 +159,9 @@
  /**
   * Test setting some config attribute through jmx.
   */
  @Test(enabled = true)
  // NOTE:  This test is disabled because JMX interaction is not allowed with
  //        the admin framework, and the cn=config entry is now governed by it.
  @Test(enabled = false)
  public void simpleSet() throws Exception {
    OpendsJmxConnector connector = connect("cn=directory manager",
        "password", TestCaseUtils.getServerJmxPort());