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.
| | |
| | | /** |
| | | * 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()); |