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

Matthew Swift
01.08.2011 32e3035e3612b0e6f3165a5b2ba1ba71eb835ca7
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();
  }