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

neil_a_wilson
26.34.2006 b147a2ee97f0837f8fd6697b1f1312bb06e28087
opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/JmxConnectTest.java
@@ -105,7 +105,7 @@
   * credentials are OK and refused when the credentials are invalid.
   *
   */
  @Test(dataProvider="simpleConnect")
  @Test(enabled = false, dataProvider="simpleConnect")
  public void simpleConnect(String user, String password,
      boolean expectedResult) throws Exception
  {
@@ -141,7 +141,7 @@
   * Test simple JMX get.
   *
   */
  @Test(dataProvider="simpleGet")
  @Test(enabled = false, dataProvider="simpleGet")
  public void simpleGet(String dn, String attributeName, Object value)
     throws Exception
  {
@@ -167,7 +167,7 @@
  /**
   * Test setting some config attribute through jmx.
   */
  @Test()
  @Test(enabled = false)
  public void simpleSet() throws Exception
  {
    OpendsJmxConnector connector = connect("cn=directory manager", "password",
@@ -202,7 +202,7 @@
   *
   * @throws Exception
   */
  @Test()
  @Test(enabled = false)
  public void disable() throws Exception
  {
    OpendsJmxConnector connector = connect("cn=directory manager", "password",
@@ -222,7 +222,7 @@
   * Test changing JMX port through LDAP
   * @throws Exception
   */
  @Test(enabled=true)
  @Test(enabled=false)
  public void changePort() throws Exception
  {
    // Connect to the JMX service and get the current port
@@ -293,7 +293,7 @@
   * credentials are OK and refused when the credentials are invalid.
   *
   */
  @Test(enabled=true)
  @Test(enabled=false)
  public void sslConnect() throws Exception
  {
    // configure the JMX ssl key manager