From 900398d5674d7d135d78eb4785158fdea8b8270a Mon Sep 17 00:00:00 2001
From: smaguin <smaguin@localhost>
Date: Mon, 26 May 2008 13:16:04 +0000
Subject: [PATCH] fix error in variable PHASE_POST_CONFIGURATION

---
 opendj-sdk/opends/tests/system-tests/phases/main_run.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/tests/system-tests/phases/main_run.xml b/opendj-sdk/opends/tests/system-tests/phases/main_run.xml
index 460e49c..ed01830 100644
--- a/opendj-sdk/opends/tests/system-tests/phases/main_run.xml
+++ b/opendj-sdk/opends/tests/system-tests/phases/main_run.xml
@@ -333,7 +333,7 @@
                       file="'%s' % postConfigurationFile"/>
               <call function="'postConfiguration'">
               { 
-                'phase'     : PHASE_POST_CONFIGURATUON,
+                'phase'     : PHASE_POST_CONFIGURATION,
                 'instances' : instances,
                 'suffix'    : suffix,
                 'scheduler' : scheduler

--
Gitblit v1.10.0