From 57a0618afba136fe6633ca84fef1d63b5e69386f Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Mon, 21 Apr 2008 09:25:43 +0000
Subject: [PATCH] 1 : fix calls for new ldapsearch function (using runcommand) : isalive(), verifytrees() ; 2 : runcommand() : remove outpath param, simplify the code
---
opends/tests/system-tests/phases/shared/functions/ldap.xml | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/opends/tests/system-tests/phases/shared/functions/ldap.xml b/opends/tests/system-tests/phases/shared/functions/ldap.xml
index da456a2..71fdfc4 100755
--- a/opends/tests/system-tests/phases/shared/functions/ldap.xml
+++ b/opends/tests/system-tests/phases/shared/functions/ldap.xml
@@ -702,7 +702,7 @@
</function-arg-description>
<function-arg-property name="type" value="string"/>
</function-arg-def>
- <function-arg-def name="outputFile" type="optional">
+ <function-arg-def name="outputFile" type="optional" default="'None'">
<function-arg-description>
Output file containing the search result in ldif format.
</function-arg-description>
@@ -710,7 +710,8 @@
</function-arg-def>
<function-arg-def name="expectedRC" type="optional" default="0">
<function-arg-description>
- Expected return code value. Default value is 0. Wildcard 'noCheck' to not check the RC
+ Expected return code value. Default value is 0.
+ Wildcard 'noCheck' to not check the RC
</function-arg-description>
<function-arg-property name="type" value="integer"/>
</function-arg-def>
@@ -883,6 +884,8 @@
'command' : STAFCmd,
'arguments' : STAFCmdParams,
'path' : dsBinPath,
+ 'outputFile': outputFile,
+ 'expectedRC': expectedRC,
'fileFd' : fileFd
}
</call>
--
Gitblit v1.10.0