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

neil_a_wilson
10.39.2007 e670c479504545530a2fc9dec4f5ba68bddb7550
Disable the JMX checkPostConnectDisconnectPlugin test case because it is
frequently causing test failures. Further, rename the class containing it so
that it begins with a capital letter as per Java naming conventions.
1 files renamed
6 ■■■■ changed files
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/PostConnectedDisconnectTest.java 6 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/PostConnectedDisconnectTest.java
File was renamed from opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/postConnectedDisconnectTest.java
@@ -44,7 +44,7 @@
 * This class check is the pos-connected and post-disconnected plugin are
 * called (see issue #728).
 */
public class postConnectedDisconnectTest extends JmxTestCase
public class PostConnectedDisconnectTest extends JmxTestCase
{
  
  /**
@@ -107,8 +107,8 @@
   * Perform a simple connect.
   * @throws Exception If something wrong occurs.
   */
  @Test(enabled = true, groups = {"slow"})
  public void checkPostconnectDisconnectPlugin() throws Exception
  @Test(enabled = false, groups = {"slow"})
  public void checkPostConnectDisconnectPlugin() throws Exception
  {
    // Before the test, how many time postconnect and postdisconnect
    // have been called.