From 75e789577e089751d395faac10873e0285bf3a54 Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Wed, 03 Sep 2008 09:46:18 +0000
Subject: [PATCH] make each test group a job

---
 opends/tests/functional-tests/testcases/replication/replication_setup.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/tests/functional-tests/testcases/replication/replication_setup.xml b/opends/tests/functional-tests/testcases/replication/replication_setup.xml
index 8949f4a..ff53897 100644
--- a/opends/tests/functional-tests/testcases/replication/replication_setup.xml
+++ b/opends/tests/functional-tests/testcases/replication/replication_setup.xml
@@ -114,7 +114,7 @@
             client = _topologyServerList[0]
             clientHost = client.getHostname()
             clientPath = '%s/%s' % (client.getDir(),OPENDSNAME)
-            clientDataDir = '%s/%s' % (client.getDir(),relativeDataDir)
+            clientDataDir = '%s/%s' % (client.getDir(),remote.reldatadir)
              
             server1 = _topologyServerList[0]
             server2 = _topologyServerList[1]          
@@ -123,7 +123,7 @@
             masterHost = master.getHostname()
             masterReplicationServer = master.getChangelogServer()
             masterPath = '%s/%s' % (master.getDir(),OPENDSNAME)
-            masterDataDir = '%s/%s' % (master.getDir(),relativeDataDir)
+            masterDataDir = '%s/%s' % (master.getDir(),remote.reldatadir)
             synchroSuffix = master.getSynchronizedSuffixList()[0].getSuffixDn()
             masterBackupDir = '%s/replication/master_backup' % masterDataDir
             

--
Gitblit v1.10.0