| | |
| | | DirectoryServer.getPluginConfigManager().getRegisteredPlugin(dn); |
| | | plugin.doLDIFImport(importConfig, e); |
| | | |
| | | assertThat(e.getAttribute("entryuuid")).isNotEmpty(); |
| | | assertThat(e.getAllAttributes("entryuuid")).isNotEmpty(); |
| | | } |
| | | |
| | | |
| | |
| | | DirectoryServer.getPluginConfigManager().getRegisteredPlugin(dn); |
| | | plugin.doLDIFImport(importConfig, e); |
| | | |
| | | assertThat(e.getAttribute("entryuuid")).isNotEmpty(); |
| | | assertThat(e.getAllAttributes("entryuuid")).isNotEmpty(); |
| | | } |
| | | |
| | | |
| | |
| | | "objectClass: top", |
| | | "objectClass: device", |
| | | "cn: test"); |
| | | assertThat(e.getAttribute("entryuuid")).isNotEmpty(); |
| | | assertThat(e.getAllAttributes("entryuuid")).isNotEmpty(); |
| | | } |
| | | |
| | | |
| | |
| | | "objectClass: device", |
| | | "cn: test", |
| | | "entryUUID: " + UUID.randomUUID()); |
| | | assertThat(e.getAttribute("entryuuid")).isNotEmpty(); |
| | | assertThat(e.getAllAttributes("entryuuid")).isNotEmpty(); |
| | | } |
| | | } |