| | |
| | | import java.util.LinkedHashSet; |
| | | |
| | | import org.opends.server.core.DirectoryServer; |
| | | import org.opends.server.replication.SynchronizationTestCase; |
| | | import org.opends.server.replication.ReplicationTestCase; |
| | | import org.opends.server.replication.common.ChangeNumber; |
| | | import org.opends.server.replication.plugin.AttrInfo; |
| | | import org.opends.server.replication.plugin.ValueInfo; |
| | |
| | | * Test AttrInfo and AttrInfoWithOptions |
| | | */ |
| | | public class AttrInfoTest |
| | | extends SynchronizationTestCase |
| | | extends ReplicationTestCase |
| | | { |
| | | /** |
| | | * Build some data for the AttrInfo test below. |