From e0e8256d7df192f7aed3b585f78e4874ec6aad14 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

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

diff --git a/opends/tests/system-tests/clients/monitoring/monitoringPreamble.xml b/opends/tests/system-tests/clients/monitoring/monitoringPreamble.xml
index 5a83baf..9069fbe 100755
--- a/opends/tests/system-tests/clients/monitoring/monitoringPreamble.xml
+++ b/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