From 38c3e53443c25ec3f4fd6740b50dbcae252a5a8a Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Thu, 14 Jun 2007 10:06:30 +0000
Subject: [PATCH] Issue 1784 data and temporary files must go into a unique folder

---
 opends/tests/functional-tests/shared/functions/topology.xml |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/opends/tests/functional-tests/shared/functions/topology.xml b/opends/tests/functional-tests/shared/functions/topology.xml
index 09395ef..d022c3f 100755
--- a/opends/tests/functional-tests/shared/functions/topology.xml
+++ b/opends/tests/functional-tests/shared/functions/topology.xml
@@ -362,11 +362,10 @@
 							  
       <!---   Copy staging data to remote host -->
       <message>
-        'Copy test data from %s on %s to %s on %s' % (logsTestDataDir,location,dsDir,dsHost)
+        'Copy %s/testdata.zip to %s on %s' % (logsTestDataDir,dsDir,dsHost)
       </message>
       <call function="'copyFile'">
-        { 'location'   : dsHost,
-          'srcfile'    : '%s/testdata.zip' % logsTempDir,
+        { 'srcfile'    : '%s/testdata.zip' % logsTempDir,
           'destfile'   : '%s/testdata.zip' % dsDir,
           'remotehost' : dsHost }
       </call>

--
Gitblit v1.10.0