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

neil_a_wilson
15.49.2007 527c9df517524a301cf81769a73ab75381958cb0
Disable the JMX test cases as a result of the problem described in issue #763.
2 files modified
14 ■■■■ changed files
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/JmxConnectTest.java 12 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/postConnectedDisconnectTest.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/JmxConnectTest.java
@@ -111,7 +111,7 @@
   * credentials are OK and refused when the credentials are invalid.
   *
   */
  @Test(enabled = true, dataProvider="simpleConnect")
  @Test(enabled = false, dataProvider="simpleConnect")
  public void simpleConnect(String user, String password,
      boolean expectedResult) throws Exception
  {
@@ -147,7 +147,7 @@
   * Test simple JMX get.
   *
   */
  @Test(enabled = true, dataProvider="simpleGet")
  @Test(enabled = false, dataProvider="simpleGet")
  public void simpleGet(String dn, String attributeName, Object value)
     throws Exception
  {
@@ -173,7 +173,7 @@
  /**
   * Test setting some config attribute through jmx.
   */
  @Test(enabled = true)
  @Test(enabled = false)
  public void simpleSet() throws Exception
  {
    OpendsJmxConnector connector = connect("cn=directory manager", "password",
@@ -208,7 +208,7 @@
   *
   * @throws Exception
   */
  @Test(enabled = true)
  @Test(enabled = false)
  public void disable() throws Exception
  {
    
@@ -277,7 +277,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
@@ -352,7 +352,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
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/postConnectedDisconnectTest.java
@@ -62,7 +62,7 @@
   * Perform a simple connect.
   * @throws Exception If something wrong occurs.
   */
  @Test(enabled = true)
  @Test(enabled = false)
  public void checkPostconnectDisconnectPlugin() throws Exception
  {
    // Before the test, how many time postconnect and postdisconnect