mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

gbellato
21.43.2007 c65b78f462839c02f7a4f1668c73e273fc68275c
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/InitOnLineTest.java
@@ -705,7 +705,7 @@
  /**
   * Tests the import side of the Initialize task
   */
  @Test(enabled=true)
  @Test(enabled=true, groups="slow")
  public void initializeImport() throws Exception
  {
    String testCase = "InitializeImport";
@@ -761,7 +761,7 @@
  /**
   * Tests the export side of the Initialize task
   */
  @Test(enabled=true)
  @Test(enabled=true, groups="slow")
  public void initializeExport() throws Exception
  {
    String testCase = "Replication/InitializeExport";
@@ -795,7 +795,7 @@
  /**
   * Tests the import side of the InitializeTarget task
   */
  @Test(enabled=true)
  @Test(enabled=true, groups="slow")
  public void initializeTargetExport() throws Exception
  {
    String testCase = "Replication/InitializeTargetExport";
@@ -835,7 +835,7 @@
  /**
   * Tests the import side of the InitializeTarget task
   */
  @Test(enabled=true)
  @Test(enabled=true, groups="slow")
  public void initializeTargetExportAll() throws Exception
  {
    String testCase = "Replication/InitializeTargetExportAll";
@@ -880,7 +880,7 @@
 /**
   * Tests the import side of the InitializeTarget task
   */
  @Test(enabled=true)
  @Test(enabled=true, groups="slow")
  public void initializeTargetImport() throws Exception
  {
    String testCase = "InitializeTargetImport";
@@ -1063,7 +1063,7 @@
   * ReplServerInfoMessage(s) exchanged by the replication
   * servers.
   */
  @Test(enabled=true)
  @Test(enabled=true, groups="slow")
  public void testReplServerInfos() throws Exception
  {
    String testCase = "Replication/TestReplServerInfos";
@@ -1135,7 +1135,7 @@
    changelog1 = null;
  }
  
  @Test(enabled=true)
  @Test(enabled=true, groups="slow")
  public void initializeTargetExportMultiSS() throws Exception
  {
    try
@@ -1185,7 +1185,7 @@
    }
  }
  @Test(enabled=true)
  @Test(enabled=true, groups="slow")
  public void initializeExportMultiSS() throws Exception
  {
    String testCase = "Replication/InitializeExportMultiSS";