LDIFImportConfig importConfig =
new LDIFImportConfig(ldifFile.getAbsolutePath());
MemoryBackend memoryBackend =
(MemoryBackend) DirectoryServer.getBackend(TEST_BACKEND_ID);
memoryBackend.importLDIF(importConfig);
}
catch(Exception e)
{
fail("Could not perform ldif import on memory test backend: "