From 64736c8fc81450522cd57c36c3423f3607435280 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Fri, 18 Apr 2008 09:57:02 +0000
Subject: [PATCH] fix issue
---
opendj-sdk/opends/tests/system-tests/phases/main_run_lib.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/tests/system-tests/phases/main_run_lib.xml b/opendj-sdk/opends/tests/system-tests/phases/main_run_lib.xml
index fe94e41..e157bc8 100644
--- a/opendj-sdk/opends/tests/system-tests/phases/main_run_lib.xml
+++ b/opendj-sdk/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