| | |
| | | import java.util.List; |
| | | |
| | | import org.opends.server.TestCaseUtils; |
| | | import org.opends.messages.Message; |
| | | import org.opends.server.core.DirectoryServer; |
| | | import org.opends.server.protocols.ldap.LDAPModification; |
| | | import org.opends.server.types.Attribute; |
| | |
| | | reader.readChangeRecord(false); |
| | | |
| | | reader.readChangeRecord(false); |
| | | reader.rejectLastEntry("Rejected"); |
| | | reader.rejectLastEntry(Message.raw("Rejected")); |
| | | |
| | | reader.readChangeRecord(false); |
| | | reader.rejectLastEntry("Rejected"); |
| | | reader.rejectLastEntry(Message.raw("Rejected")); |
| | | |
| | | reader.readChangeRecord(false); |
| | | reader.readChangeRecord(false); |