From 232d13d704160f8b3f8a7a3acfabee33d5349fc1 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 18 Jul 2007 23:32:04 +0000
Subject: [PATCH] In order to be coherent with the graphical UI and because it is more intuitive option, substitute the "noWindowsService" option of the CLI setup by "enableWindowsService" option.  The WIKI has been updated to reflect these changes.

---
 opends/tests/functional-tests/shared/functions/topology.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opends/tests/functional-tests/shared/functions/topology.xml b/opends/tests/functional-tests/shared/functions/topology.xml
index 9869481..32efcc3 100755
--- a/opends/tests/functional-tests/shared/functions/topology.xml
+++ b/opends/tests/functional-tests/shared/functions/topology.xml
@@ -404,13 +404,13 @@
       <if expr="isWindows">
 
         <script>
-          noWindowsService='true'
+          enableWindowsService=''
         </script>
              
       <else>
       
         <script>
-          noWindowsService=''
+          enableWindowsService=''
         </script>
         
       </else>
@@ -429,7 +429,7 @@
           'dsBindDN'  : dsBindDN,
           'dsBindPwd' : dsBindPwd,
           'dsBaseDN'  : dsBaseDN,
-          'dsNoWindowsService' : noWindowsService }
+          'dsEnableWindowsService' : enableWindowsService}
       </call>
                 		
       <call function="'checkRC'">

--
Gitblit v1.10.0