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/main_run.xml | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/opends/tests/system-tests/phases/main_run.xml b/opends/tests/system-tests/phases/main_run.xml
index f7f5647..4830034 100644
--- a/opends/tests/system-tests/phases/main_run.xml
+++ b/opends/tests/system-tests/phases/main_run.xml
@@ -192,12 +192,13 @@
file="'%s/phases/parser/parser.xml' % (TESTS_DIR)"/>
<call function="'parser'">configurationFile</call>
<script>
- result = STAXResult
- msg = result[0]
- instances = result[1]
- suffix = result[2]
- scheduler = result[3]
- scenario = result[4]
+ result = STAXResult
+ msg = result[0]
+ instances = result[1]
+ suffix = result[2]
+ scheduler = result[3]
+ scenario = result[4]
+ externalTools = result[5]
PHASE_PARSER.setRun('true')
PHASE_PARSER.setErrNum(ERR_NUM[0])
ERR_NUM_TOTAL = ERR_NUM_TOTAL + ERR_NUM[0]
--
Gitblit v1.10.0