From 8d36f0422557e54763966f7a4903070654e235e3 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Sun, 29 Jun 2008 17:30:03 +0000
Subject: [PATCH] QA: System Test: Review: Add new dedicated jython object to manage external tools
---
opends/tests/system-tests/phases/configuration/configuration_opends.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/tests/system-tests/phases/configuration/configuration_opends.xml b/opends/tests/system-tests/phases/configuration/configuration_opends.xml
index 342ec27..1e8446d 100755
--- a/opends/tests/system-tests/phases/configuration/configuration_opends.xml
+++ b/opends/tests/system-tests/phases/configuration/configuration_opends.xml
@@ -1001,7 +1001,7 @@
<call function="'copyFile'">
{
- 'srcFile' : scenario.getJdmkrtPath(),
+ 'srcFile' : externalTools.getJdmkrtPath(),
'destFile' : jdmkrt,
'location' : STAXServiceMachine,
'remoteHost' : instance.getHost(),
--
Gitblit v1.10.0