From 5b5e187d6cbd61d4e5cfa082e1da88f19026a050 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Mon, 30 Jun 2008 14:57:07 +0000
Subject: [PATCH] QA: System Test: Part2: Add new dedicated jython object to manage external tools

---
 opendj-sdk/opends/tests/system-tests/clients/monitoring/monitoringPreamble.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opendj-sdk/opends/tests/system-tests/clients/monitoring/monitoringPreamble.xml b/opendj-sdk/opends/tests/system-tests/clients/monitoring/monitoringPreamble.xml
index 5a83baf..9069fbe 100755
--- a/opendj-sdk/opends/tests/system-tests/clients/monitoring/monitoringPreamble.xml
+++ b/opendj-sdk/opends/tests/system-tests/clients/monitoring/monitoringPreamble.xml
@@ -107,7 +107,7 @@
           <!-- Copy jar in client host -->
           <call function="'copyFile'">
           {
-            'srcFile'    : scenario.getJdmkrtPath(),
+            'srcFile'    : externalTools.getJdmkrtPath(),
             'destFile'   : jdmkrt,
             'location'   : STAXServiceMachine,
             'remoteHost' : client.getHost(),
@@ -220,7 +220,7 @@
           <!-- Copy jar in client host -->
           <call function="'copyFile'">
           {
-            'srcFile'    : scenario.getJcommonPath(),
+            'srcFile'    : externalTools.getJcommonPath(),
             'destFile'   : jcommon,
             'location'   : STAXServiceMachine,
             'remoteHost' : client.getHost(),
@@ -232,7 +232,7 @@
           <!-- Copy jar in client host -->
           <call function="'copyFile'">
           {
-            'srcFile'    : scenario.getJfreechartPath(),
+            'srcFile'    : externalTools.getJfreechartPath(),
             'destFile'   : jfreechart,
             'location'   : STAXServiceMachine,
             'remoteHost' : client.getHost(),

--
Gitblit v1.10.0