From 4e68359473e0ab2a0cb5d8bbed8e0648cc6b7bcb Mon Sep 17 00:00:00 2001
From: mkeyes <mkeyes@localhost>
Date: Mon, 16 Jul 2007 20:20:03 +0000
Subject: [PATCH] Somehow the function calls to enable the ldaps connection handler and the modification of the ldaps port number got reversed. This is fixed with this commit.
---
opends/tests/functional-tests/shared/functions/security.xml | 36 ++++++++++++++++++------------------
1 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/opends/tests/functional-tests/shared/functions/security.xml b/opends/tests/functional-tests/shared/functions/security.xml
index aceaf91..28fa986 100755
--- a/opends/tests/functional-tests/shared/functions/security.xml
+++ b/opends/tests/functional-tests/shared/functions/security.xml
@@ -536,24 +536,6 @@
<!--- Enable LDAPS Connection Handler -->
<message>
- 'Enabling LDAPS Connection Handler - Port number'
- </message>
-
- <call function="'modifyEntry'">
- { 'location' : mylocation ,
- 'dsInstanceHost' : myhost ,
- 'dsInstancePort' : myport ,
- 'dsInstanceDn' : mydn ,
- 'dsInstancePswd' : mypswd ,
- 'entryToBeModified' : '%s/security/ldaps_port.ldif' % (logsRemoteDataDir) }
- </call>
-
- <call function="'checktestRC'">
- { 'returncode' : RC ,
- 'result' : STAXResult }
- </call>
-
- <message>
'Enabling LDAPS Connection Handler - Keystore type'
</message>
@@ -570,6 +552,24 @@
{ 'returncode' : RC ,
'result' : STAXResult }
</call>
+
+ <message>
+ 'Enabling LDAPS Connection Handler - Port number'
+ </message>
+
+ <call function="'modifyEntry'">
+ { 'location' : mylocation ,
+ 'dsInstanceHost' : myhost ,
+ 'dsInstancePort' : myport ,
+ 'dsInstanceDn' : mydn ,
+ 'dsInstancePswd' : mypswd ,
+ 'entryToBeModified' : '%s/security/ldaps_port.ldif' % (logsRemoteDataDir) }
+ </call>
+
+ <call function="'checktestRC'">
+ { 'returncode' : RC ,
+ 'result' : STAXResult }
+ </call>
</sequence>
</function>
--
Gitblit v1.10.0