From bed6f2d30e0b0b83fb0e7474a2cd2c1d7c52fe09 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Fri, 18 Apr 2008 09:57:02 +0000
Subject: [PATCH] fix issue

---
 opends/tests/system-tests/phases/main_run_lib.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/tests/system-tests/phases/main_run_lib.xml b/opends/tests/system-tests/phases/main_run_lib.xml
index fe94e41..e157bc8 100644
--- a/opends/tests/system-tests/phases/main_run_lib.xml
+++ b/opends/tests/system-tests/phases/main_run_lib.xml
@@ -283,7 +283,7 @@
               <if expr="fileExist == TRUE">
                 <call function="'copyFolder'">
                 {
-                  'remoteHost'    : fullHostName,
+                  'remoteHost'    : '%s%s' % (client.getHost(),DOMAIN[0]),
                   'fromDirectory' : '%s/scenario/%s/clients' % \
                                     (TESTS_DIR,DIR_NAME),
                   'toDirectory'   : '%s/scenario/%s/clients' % \

--
Gitblit v1.10.0