From e7ffd790650590446db63b89cfa6e3ffb2edaefd 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.
---
opendj-sdk/opends/tests/functional-tests/shared/functions/topology.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opendj-sdk/opends/tests/functional-tests/shared/functions/topology.xml b/opendj-sdk/opends/tests/functional-tests/shared/functions/topology.xml
index 9869481..32efcc3 100755
--- a/opendj-sdk/opends/tests/functional-tests/shared/functions/topology.xml
+++ b/opendj-sdk/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