From d4f158116866d69de4204554847a4db03ada03fb Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Mon, 27 May 2013 08:49:36 +0000
Subject: [PATCH] CR-1739 Fix replication mode and one tasks testcase on Windows => fix jython import

---
 opends/tests/staf-tests/shared/ant/build.properties |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/tests/staf-tests/shared/ant/build.properties b/opends/tests/staf-tests/shared/ant/build.properties
index 1cc26ac..9a8aecb 100644
--- a/opends/tests/staf-tests/shared/ant/build.properties
+++ b/opends/tests/staf-tests/shared/ant/build.properties
@@ -121,5 +121,5 @@
 tests.os.string=${os.name}
 tests.jvm.string=${java.version}(${sun.arch.data.model} bits)
 original.archive=${default.opends.dir}/${default.opends.name}.zip
-replication.split='false'
-replication.eclmode='n/a'
+replication.split=false
+replication.eclmode=n/a

--
Gitblit v1.10.0