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

diff --git a/opends/tests/functional-tests/testcases/replication/binarycopy/binarycopy.xml b/opends/tests/functional-tests/testcases/replication/binarycopy/binarycopy.xml
index feff2c6..ed9437f 100644
--- a/opends/tests/functional-tests/testcases/replication/binarycopy/binarycopy.xml
+++ b/opends/tests/functional-tests/testcases/replication/binarycopy/binarycopy.xml
@@ -139,7 +139,7 @@
                       'srcfolder'  : '%s/replication/master_backup' \
                                      % masterDataDir,
                       'destfolder' : '%s/%s/replication/master_backup' \
-                                     % (consumer.getDir(),relativeDataDir),
+                                     % (consumer.getDir(),remote.reldatadir),
                       'extension'  : '*'
                     }
                   </call>
@@ -152,7 +152,7 @@
                     { 'location'  : consumer.getHostname(),
                       'dsPath'    : '%s/%s' % (consumer.getDir(), OPENDSNAME),
                       'backupDir' : '%s/%s/replication/master_backup' \
-                                    % (consumer.getDir(),relativeDataDir)
+                                    % (consumer.getDir(),remote.reldatadir)
                     }
                   </call>
                 </sequence>
@@ -320,7 +320,7 @@
                       'srcfolder'  : '%s/replication/master_backup_online' \
                                      % masterDataDir,
                       'destfolder' : '%s/%s/replication/master_backup_online' \
-                                     % (consumer.getDir(),relativeDataDir),
+                                     % (consumer.getDir(),remote.reldatadir),
                       'extension'  : '*'
                     }
                   </call>
@@ -338,7 +338,7 @@
                       'dsInstancePswd' : consumer.getRootPwd(),
                       'taskID'         : 'restore task',
                       'backupDir'   : '%s/%s/replication/master_backup_online' \
-                                      % (consumer.getDir(),relativeDataDir)
+                                      % (consumer.getDir(),remote.reldatadir)
                     }
                   </call>
                 </sequence>

--
Gitblit v1.10.0