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

Matthew Swift
19.19.2013 f7747f601ed5a89ad46e4f89008b8b14dd7bb1f9
Minor code cleanup.
1 files modified
6 ■■■■■ changed files
opendj-core/src/test/java/org/forgerock/opendj/ldap/requests/RequestsTestCase.java 6 ●●●●● patch | view | raw | blame | history
opendj-core/src/test/java/org/forgerock/opendj/ldap/requests/RequestsTestCase.java
@@ -31,7 +31,6 @@
import static org.testng.Assert.assertTrue;
import static org.fest.assertions.Assertions.assertThat;
import org.forgerock.opendj.ldap.Connection;
import org.forgerock.opendj.ldap.DecodeException;
import org.forgerock.opendj.ldap.DecodeOptions;
import org.forgerock.opendj.ldap.TestCaseUtils;
@@ -47,7 +46,6 @@
 * An abstract class that all requests unit tests should extend. Requests represents the classes found directly under
 * the package org.forgerock.opendj.ldap.requests.
 */
@Test(groups = { "precommit", "requests", "sdk" })
public abstract class RequestsTestCase extends ForgeRockTestCase {
@@ -77,7 +75,6 @@
    @BeforeClass()
    public void startServer() throws Exception {
        TestCaseUtils.startServer();
        con = TestCaseUtils.getInternalConnection();
    }
    /**
@@ -105,9 +102,6 @@
     */
    protected abstract Request unmodifiableOf(final Request original);
    // Connection used for sending requests.
    protected Connection con;
    /**
     * Request data to be validated.
     *