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

Matthew Swift
05.44.2012 f808ee64f3fc408baefdf7fd2c71b5ee9c909d0b
opendj3/opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldap/ConnectionFactoryTestCase.java
@@ -245,7 +245,7 @@
     *
     * @throws Exception
     */
    @Test(dataProvider = "connectionFactories")
    @Test(dataProvider = "connectionFactories", timeOut = TEST_TIMEOUT_MS)
    public void testBlockingFutureNoHandler(ConnectionFactory factory) throws Exception {
        final FutureResult<Connection> future = factory.getConnectionAsync(null);
        final Connection con = future.get();