From 340c70e3cb0ba52c4abd70eceb7b4bbfb877d35c Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Sun, 26 May 2013 21:31:36 +0000
Subject: [PATCH] CR-1739 Fix replication mode and one tasks testcase on Windows

---
 opends/tests/staf-tests/shared/tests/config.py.stubs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/tests/staf-tests/shared/tests/config.py.stubs b/opends/tests/staf-tests/shared/tests/config.py.stubs
index 6b5679e..158b7be 100644
--- a/opends/tests/staf-tests/shared/tests/config.py.stubs
+++ b/opends/tests/staf-tests/shared/tests/config.py.stubs
@@ -56,7 +56,7 @@
 DIRECTORY_INSTANCE_SFX        = 'dc=com'
 DIRECTORY_INSTANCE_BE         = 'userRoot'
 REPLICATION_CONFIG_DIR        = '${tests.run.dir}/${tests.run.time}/config'
-REPLICATION_SPLIT_SERVERS     = 'false'
+REPLICATION_SPLIT_SERVERS     = '${replication.split}'
 REPLICATION_ECL_MODE          = '${replication.eclmode}'
 JAVA_HOME                     = '${remote.javahome}'
 LOCAL_JAVA_HOME               = '${local.javahome}'

--
Gitblit v1.10.0