| File was renamed from opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/common/ServerStateTest.java |
| | |
| | | * |
| | | * Portions Copyright 2006-2007 Sun Microsystems, Inc. |
| | | */ |
| | | package org.opends.server.synchronization.common; |
| | | package org.opends.server.replication.common; |
| | | |
| | | import static org.testng.Assert.*; |
| | | |
| | | import java.util.Set; |
| | | |
| | | import org.opends.server.synchronization.SynchronizationTestCase; |
| | | import org.opends.server.synchronization.common.ChangeNumber; |
| | | import org.opends.server.synchronization.common.ServerState; |
| | | import org.opends.server.replication.SynchronizationTestCase; |
| | | import org.opends.server.replication.common.ChangeNumber; |
| | | import org.opends.server.replication.common.ServerState; |
| | | import org.opends.server.util.TimeThread; |
| | | import org.testng.annotations.DataProvider; |
| | | import org.testng.annotations.Test; |