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

Matthew Swift
01.08.2011 eb52b1332c6cb0927d0af950f28e546aa0267a96
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/LDAPPassThroughAuthenticationPolicyTestCase.java
@@ -643,6 +643,13 @@
      expectedEvents.add(expectedEvent);
      return this;
    }
    void assertNoMoreEvents()
    {
      assertTrue(expectedEvents.isEmpty());
    }
  }
@@ -927,6 +934,7 @@
    state.finalizeStateAfterBind();
    policy.finalizeAuthenticationPolicy();
    provider.assertNoMoreEvents();
  }
@@ -976,6 +984,7 @@
    state.finalizeStateAfterBind();
    policy.finalizeAuthenticationPolicy();
    provider.assertNoMoreEvents();
  }
@@ -1018,6 +1027,7 @@
    state.finalizeStateAfterBind();
    policy.finalizeAuthenticationPolicy();
    provider.assertNoMoreEvents();
  }
@@ -1059,6 +1069,7 @@
    state.finalizeStateAfterBind();
    policy.finalizeAuthenticationPolicy();
    provider.assertNoMoreEvents();
  }