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

gbellato
10.57.2007 37d94bc7fc4991912f2c0d87730ac8c3c26ab00d
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/GenerationIdTest.java
@@ -1241,7 +1241,7 @@
   * at the moement when the replication is enabled.
   * @throws Exception
   */
  @Test(enabled=true)
  @Test(enabled=false)
  public void testServerStop() throws Exception
  {
    String testCase = "testServerStop";
@@ -1285,4 +1285,11 @@
      debugInfo("Successfully ending " + testCase);
    }
  }
  @Test(enabled=true)
  public void generationIdTest() throws Exception
  {
    testSingleRS();
    testMultiRS();
    testServerStop();
  }
}