From 69a5e67a588c3e4724f93e20792bb12c51595c2e Mon Sep 17 00:00:00 2001
From: ugaston <ugaston@localhost>
Date: Wed, 12 Aug 2009 16:46:00 +0000
Subject: [PATCH] Make replication func tests server-splittable + small fixes

---
 opends/tests/staf-tests/functional-tests/testcases/replication/replication.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/opends/tests/staf-tests/functional-tests/testcases/replication/replication.xml b/opends/tests/staf-tests/functional-tests/testcases/replication/replication.xml
index 0fe37cc..b64bac3 100644
--- a/opends/tests/staf-tests/functional-tests/testcases/replication/replication.xml
+++ b/opends/tests/staf-tests/functional-tests/testcases/replication/replication.xml
@@ -60,6 +60,11 @@
             testList.append('conflict')
             
             globalAssuredReplication = None
+            
+            if (REPLICATION_SPLIT_SERVERS == 'true'):
+              globalSplitServers = True
+            else:
+              globalSplitServers = None
           </script>
           
           <iterate var="_test" in="testList" >

--
Gitblit v1.10.0