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

Matthew Swift
18.28.2013 7d1bbf9b372e41121198be2b9f0f322d58b8d014
opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldap/AbstractLoadBalancingAlgorithmTestCase.java
@@ -181,7 +181,7 @@
            assertThat(scheduler.isScheduled()).isTrue();
            // Forcefully run the monitor task and check that the first factory is online.
            scheduler.getCommand().run();
            scheduler.runFirstTask();
            verify(listener).handleConnectionFactoryOnline(firstAsync);
            verifyNoMoreInteractions(listener);
        } finally {