From 504f0f7a278410099e966d7689c07b106f88cb06 Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Wed, 13 Jun 2007 21:56:23 +0000
Subject: [PATCH] Issue 1784 data and temporary files must go into a unique folder
---
opends/tests/functional-tests/testcases/replication/replication_setup.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/replication/replication_setup.xml b/opends/tests/functional-tests/testcases/replication/replication_setup.xml
index 8f62be8..a241183 100644
--- a/opends/tests/functional-tests/testcases/replication/replication_setup.xml
+++ b/opends/tests/functional-tests/testcases/replication/replication_setup.xml
@@ -60,7 +60,7 @@
client = _topologyServerList[0]
clientHost = client.getHostname()
clientPath = '%s/%s' % (client.getDir(),OPENDSNAME)
- clientDataDir = '%s/functional-tests/shared/data' % client.getDir()
+ clientDataDir = '%s/%s' % (client.getDir(),relativeDataDir)
server1 = _topologyServerList[0]
server2 = _topologyServerList[1]
--
Gitblit v1.10.0