opendj-server-legacy/src/test/java/org/opends/server/replication/GenerationIdTest.java
@@ -491,7 +491,7 @@ LDIFImportConfig importConfig = new LDIFImportConfig(ldifFile.getAbsolutePath()); MemoryBackend memoryBackend = (MemoryBackend) TestCaseUtils.getServerContext().getBackendConfigManager().getLocalBackend(TEST_BACKEND_ID); (MemoryBackend) TestCaseUtils.getServerContext().getBackendConfigManager().getLocalBackendById(TEST_BACKEND_ID); memoryBackend.importLDIF(importConfig, DirectoryServer.getInstance().getServerContext()); }