| | |
| | | import org.testng.annotations.BeforeMethod; |
| | | import org.testng.annotations.Test; |
| | | |
| | | import static org.assertj.core.api.Assertions.*; |
| | | import static org.opends.server.TestCaseUtils.*; |
| | | import static org.opends.server.core.DirectoryServer.*; |
| | | import static org.opends.server.protocols.internal.InternalClientConnection.*; |
| | |
| | | assertEquals(getEntryUUID(resultEntry.getName()), |
| | | "c9cb8c3c-615a-4122-865d-50323aaaed48", |
| | | "The wrong entry has been renamed"); |
| | | assertNull(resultEntry.getAttribute(LDAPReplicationDomain.DS_SYNC_CONFLICT)); |
| | | assertThat(resultEntry.getAttribute(LDAPReplicationDomain.DS_SYNC_CONFLICT)).isEmpty(); |
| | | } |
| | | |
| | | private AddMsg addMsg(Entry entry, CSN csn, String parentUUID, String childUUID) |
| | |
| | | assertEquals(getEntryUUID(resultEntry.getName()), |
| | | "c9cb8c3c-615a-4122-865d-50323aaaed48", |
| | | "The wrong entry has been renamed"); |
| | | assertNull(resultEntry.getAttribute(LDAPReplicationDomain.DS_SYNC_CONFLICT)); |
| | | assertThat(resultEntry.getAttribute(LDAPReplicationDomain.DS_SYNC_CONFLICT)).isEmpty(); |
| | | } |
| | | |
| | | private Entry createAndAddEntry(String commonName) throws Exception |