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

Fabio Pistolesi
10.02.2016 8a8ab8fd4da8591c1acccc72f65e7db618323f5f
opendj-server-legacy/src/test/java/org/forgerock/opendj/adapter/server3x/AdaptersTestCase.java
@@ -23,7 +23,6 @@
import java.util.NoSuchElementException;
import org.forgerock.opendj.ldap.AuthenticationException;
import org.forgerock.opendj.ldap.AuthorizationException;
import org.forgerock.opendj.ldap.Connection;
import org.forgerock.opendj.ldap.ConnectionFactory;
import org.forgerock.opendj.ldap.ConstraintViolationException;
@@ -40,7 +39,6 @@
import org.forgerock.opendj.ldap.ResultCode;
import org.forgerock.opendj.ldap.SearchResultReferenceIOException;
import org.forgerock.opendj.ldap.SearchScope;
import org.forgerock.opendj.ldap.controls.ADNotificationRequestControl;
import org.forgerock.opendj.ldap.controls.GenericControl;
import org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl;
import org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl;
@@ -82,12 +80,6 @@
        return TestCaseUtils.getServerLdapPort();
    }
    /**
     * Provides root connection factories.
     *
     * @return Root connection factories.
     * @throws DirectoryException
     */
    @DataProvider
    public Object[][] rootConnectionFactories() throws DirectoryException {
        return new Object[][] {