| | |
| | | */ |
| | | package org.opends.server.protocols.ldap; |
| | | |
| | | import static org.opends.server.protocols.internal.InternalClientConnection.*; |
| | | import static org.opends.server.protocols.internal.Requests.*; |
| | | import static org.testng.Assert.*; |
| | | |
| | | import java.io.BufferedReader; |
| | | import java.io.File; |
| | | import java.io.FileReader; |
| | |
| | | import org.testng.annotations.BeforeClass; |
| | | import org.testng.annotations.Test; |
| | | |
| | | import static org.opends.server.protocols.internal.InternalClientConnection.*; |
| | | import static org.opends.server.protocols.internal.Requests.*; |
| | | import static org.testng.Assert.*; |
| | | |
| | | /** |
| | | * This class defines a set of test cases for testing the binary transfer option |
| | | * functionality across different protocol versions of LDAP. |
| | |
| | | importConfig = new LDIFImportConfig(ldif.getAbsolutePath()); |
| | | TestCaseUtils.initializeTestBackend(false); |
| | | backend = DirectoryServer.getBackend("test"); |
| | | backend.importLDIF(importConfig); |
| | | backend.importLDIF(importConfig, DirectoryServer.getInstance().getServerContext()); |
| | | } |
| | | } |