From 4b7d1b4ca09cf972c9e7dbac507fbaa43ed28ec6 Mon Sep 17 00:00:00 2001
From: Gary Williams <gary.williams@forgerock.com>
Date: Sat, 17 Sep 2011 15:16:28 +0000
Subject: [PATCH] Add data files for PTA tests, fix location of temp and data files

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

diff --git a/opends/tests/staf-tests/functional-tests/testcases/replication/binarycopy/binarycopy.xml b/opends/tests/staf-tests/functional-tests/testcases/replication/binarycopy/binarycopy.xml
index 3fe1013..7a8930a 100644
--- a/opends/tests/staf-tests/functional-tests/testcases/replication/binarycopy/binarycopy.xml
+++ b/opends/tests/staf-tests/functional-tests/testcases/replication/binarycopy/binarycopy.xml
@@ -135,8 +135,7 @@
               <paralleliterate var="consumer" in="consumerList">
                 <sequence>
                   <script>
-                    #TODO: Fix me
-                    consumerBackupDir = '%s/%s' % (consumer.getDir(),remote.reldatadir)
+                    consumerBackupDir = '%s' % consumer.getTmpDir()
                   </script>
                   <call function="'CopyFolderByExtension'">
                     { 'location'   : masterHost,
@@ -321,8 +320,7 @@
               <paralleliterate var="consumer" in="consumerList">
                 <sequence>
                   <script>
-                    #TODO: Fix me
-                    consumerBackupDir = '%s/%s' % (consumer.getDir(),remote.reldatadir)
+                    consumerBackupDir = '%s' % consumer.getTmpDir()
                   </script>
 
                   <call function="'CopyFolderByExtension'">

--
Gitblit v1.10.0