From 1a9226328238c89468500c9f62afaac0313e4b61 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Tue, 24 Jun 2008 09:59:42 +0000
Subject: [PATCH] QA: System Test: code cleanup, upgrade scheluder report section
---
opends/tests/system-tests/phases/configuration/configuration.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/tests/system-tests/phases/configuration/configuration.xml b/opends/tests/system-tests/phases/configuration/configuration.xml
index 799a983..205189f 100755
--- a/opends/tests/system-tests/phases/configuration/configuration.xml
+++ b/opends/tests/system-tests/phases/configuration/configuration.xml
@@ -53,7 +53,7 @@
<sequence>
<!-- == Call preambule == -->
<call function="'phasePreamble'">
- { 'phase' : PHASE_CONFIGURATION,
+ { 'phase' : phase,
'fileFd' : LOG_MAIN_FD }
</call>
@@ -110,7 +110,7 @@
<!-- == Call postphase == -->
<call function="'phasePostamble'">
{
- 'phase' : PHASE_CONFIGURATION,
+ 'phase' : phase,
'fileFd' : LOG_MAIN_FD
}
</call>
--
Gitblit v1.10.0