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

lutoff
13.53.2007 dc6abf124108893d6b6ecc06a724b78644e15fbc
opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/postConnectedDisconnectTest.java
@@ -86,7 +86,7 @@
    int postConnectAfter = postConnectBefore;
    while ((System.currentTimeMillis() < endTime)
        && (postConnectAfter == postConnectAfter))
        && (postConnectAfter == postConnectBefore))
    {
      Thread.sleep(10);
      postConnectAfter = InvocationCounterPlugin.getPostConnectCount();
@@ -112,7 +112,7 @@
    }
    assertEquals(postDisconnectBefore +1 , postDisconnectAfter);
    // Check that postDisconnect is not incremented again.
    // Check that postconnect is not incremented again.
    postConnectAfter = InvocationCounterPlugin.getPostConnectCount();
    assertEquals(postConnectBefore +1 , postConnectAfter);
  }