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(); } }