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

Nicolas Capponi
13.50.2015 ce9f1eb916731bf325f5a9e27010dbd82cce1dcc
opendj-server-legacy/src/test/java/org/forgerock/opendj/adapter/server3x/ConvertersTestCase.java
File was renamed from opendj-server3x-adapter/src/test/java/org/forgerock/opendj/adapter/server3x/ConvertersTestCase.java
@@ -21,7 +21,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2013-2014 ForgeRock AS.
 *      Copyright 2013-2015 ForgeRock AS.
 */
package org.forgerock.opendj.adapter.server3x;
@@ -66,6 +66,7 @@
import org.opends.server.core.SearchOperation;
import org.opends.server.protocols.ldap.LDAPControl;
import org.opends.server.protocols.ldap.LDAPFilter;
import org.opends.server.DirectoryServerTestCase;
import org.opends.server.types.Attribute;
import org.opends.server.types.Attributes;
import org.opends.server.types.DirectoryException;
@@ -90,8 +91,8 @@
 * </pre>
 */
@SuppressWarnings("javadoc")
@Test
public class ConvertersTestCase extends ForgeRockTestCase {
@Test(sequential=true)
public class ConvertersTestCase extends DirectoryServerTestCase {
    /**
     * Launched before the tests, this function starts the embedded server.