| File was renamed from opendj-server3x-adapter/src/test/java/org/forgerock/opendj/adapter/server3x/ConvertersTestCase.java |
| | |
| | | * CDDL HEADER END |
| | | * |
| | | * |
| | | * Copyright 2013-2014 ForgeRock AS. |
| | | * Copyright 2013-2015 ForgeRock AS. |
| | | */ |
| | | package org.forgerock.opendj.adapter.server3x; |
| | | |
| | |
| | | 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; |
| | |
| | | * </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. |