| | |
| | | /** |
| | | * Test re-synchronization after after backup/restore and LDIF import. |
| | | */ |
| | | @Test(enabled=false) |
| | | public class ReSyncTest extends ReplicationTestCase |
| | | { |
| | | /** |
| | |
| | | * @throws Exception |
| | | * If the environment could not be set up. |
| | | */ |
| | | @BeforeClass |
| | | @BeforeClass(enabled=false) |
| | | public void setup() throws Exception |
| | | { |
| | | /* |
| | |
| | | /** |
| | | * Test re-synchronization after after backup/restore |
| | | */ |
| | | @Test(enabled=true, groups="slow") |
| | | @Test(enabled=false, groups="slow") |
| | | public void testResyncAfterRestore() throws Exception |
| | | { |
| | | /* |
| | |
| | | /** |
| | | * Test re-synchronization after after backup/restore |
| | | */ |
| | | @Test(enabled=true, groups="slow") |
| | | @Test(enabled=false, groups="slow") |
| | | public void testResyncAfterImport() throws Exception |
| | | { |
| | | /* |