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/totalupdate/totalupdate.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml b/opends/tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml
index 4b5240e..48ab37c 100644
--- a/opends/tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml
+++ b/opends/tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml
@@ -57,7 +57,7 @@
           <call function="'replication_setup'" />
           
           <script>
-            server1DataDir = '%s/%s' % (server1.getDir(),relativeDataDir)
+            server1DataDir = '%s/%s' % (server1.getDir(),remote.reldatadir)
           </script>
           
           <!--- Test Case : Total Update -->          

--
Gitblit v1.10.0