From 37d94bc7fc4991912f2c0d87730ac8c3c26ab00d Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Mon, 10 Dec 2007 16:57:26 +0000
Subject: [PATCH] This fixes 2724 : and enable/fix some more replication tests.
---
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/GenerationIdTest.java | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/GenerationIdTest.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/GenerationIdTest.java
index 8a20d02..ae5e626 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/GenerationIdTest.java
+++ b/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();
+ }
}
--
Gitblit v1.10.0