From 03c1e69953732d1694a90adbbeda1debd0c59161 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Mon, 28 Apr 2008 16:49:00 +0000
Subject: [PATCH] fix typo

---
 opendj-sdk/opends/tests/system-tests/phases/installation/installation_opends.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/opendj-sdk/opends/tests/system-tests/phases/installation/installation_opends.xml b/opendj-sdk/opends/tests/system-tests/phases/installation/installation_opends.xml
index 8711102..ace538a 100755
--- a/opendj-sdk/opends/tests/system-tests/phases/installation/installation_opends.xml
+++ b/opendj-sdk/opends/tests/system-tests/phases/installation/installation_opends.xml
@@ -85,7 +85,7 @@
           }
           </call>
           
-          <!--== install -->
+          <!--== install ==-->
           <call function="'installSetupOpends'">
           {
             'instance'           : instance,
@@ -95,7 +95,7 @@
           </call>
           
           
-          <!--== Post operations ======-->
+          <!--== Post operations ==-->
           <message>
             '%s : %s : installation complete' % \
             (instance.getHost(),instance.getName())
@@ -111,14 +111,14 @@
       </paralleliterate>
       
       
-      <!--== Update missing parameters -->
+      <!--== Update missing parameters ==-->
       <iterate in="instances" var="instance">
         <call function="'updateMissingParameters'">
         {'instance' : instance}
         </call>
       </iterate>
     </sequence>
-  </function>  
+  </function>
 
 
 

--
Gitblit v1.10.0