From b913fda95bd857e5d10244b2c583ede4f1738756 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
---
opends/tests/system-tests/phases/main_run.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/tests/system-tests/phases/main_run.xml b/opends/tests/system-tests/phases/main_run.xml
index 460e49c..ed01830 100644
--- a/opends/tests/system-tests/phases/main_run.xml
+++ b/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