From 8dde4352e417b4fc6129b2827181de8041842d14 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
---
opendj-sdk/opends/tests/system-tests/phases/configuration/configuration.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-sdk/opends/tests/system-tests/phases/configuration/configuration.xml b/opendj-sdk/opends/tests/system-tests/phases/configuration/configuration.xml
index 799a983..205189f 100755
--- a/opendj-sdk/opends/tests/system-tests/phases/configuration/configuration.xml
+++ b/opendj-sdk/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