From 31f012d4ee2dcde8ed1b728f555d91b111973243 Mon Sep 17 00:00:00 2001
From: ugaston <ugaston@localhost>
Date: Wed, 30 Sep 2009 14:17:13 +0000
Subject: [PATCH] Fix regression in replication stress tests

---
 opends/tests/staf-tests/stress-tests/testcases/replication/replication.xml |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/opends/tests/staf-tests/stress-tests/testcases/replication/replication.xml b/opends/tests/staf-tests/stress-tests/testcases/replication/replication.xml
index a149237..e2f009a 100644
--- a/opends/tests/staf-tests/stress-tests/testcases/replication/replication.xml
+++ b/opends/tests/staf-tests/stress-tests/testcases/replication/replication.xml
@@ -79,7 +79,12 @@
             
             #testList.append('replication_modify_restart_multiple')
             
-            globalAssuredReplication = None            
+            globalAssuredReplication = None
+            
+            if (REPLICATION_SPLIT_SERVERS == 'true'):
+              globalSplitServers = True
+            else:
+              globalSplitServers = None
           </script>
 
           <iterate var="__test" in="testList">

--
Gitblit v1.10.0