From bc568608f74a88ed953bcac927f8dda501ae5259 Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Thu, 11 Oct 2007 07:55:27 +0000
Subject: [PATCH] make location of replication topology file configurable
---
opendj-sdk/opends/tests/functional-tests/testcases/replication/replication_setup.xml | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/tests/functional-tests/testcases/replication/replication_setup.xml b/opendj-sdk/opends/tests/functional-tests/testcases/replication/replication_setup.xml
index 9ed8ace..14fd9e8 100644
--- a/opendj-sdk/opends/tests/functional-tests/testcases/replication/replication_setup.xml
+++ b/opendj-sdk/opends/tests/functional-tests/testcases/replication/replication_setup.xml
@@ -48,7 +48,15 @@
<message>
'Create DS topology as described in %s' % topologyFile
</message>
-
+
+ <script>
+ try:
+ if REPLICATION_CONFIG_FILE:
+ topologyFile=REPLICATION_CONFIG_FILE
+ except NameError:
+ topologyFile=topologyFile
+ </script>
+
<call function="'createTopology'">
{ 'topologyDescFile' : topologyFile,
'sharedDataFolder' : 'replication' }
--
Gitblit v1.10.0