From ea9da534847c609d20e31be9771c8a8621cf2d08 Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Fri, 14 Mar 2008 14:16:37 +0000
Subject: [PATCH] Add testsuite for make-ldif, list-backends and encode-password tools
---
opends/tests/shared/functions/tools.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/tests/shared/functions/tools.xml b/opends/tests/shared/functions/tools.xml
index b2cdfad..88ae327 100755
--- a/opends/tests/shared/functions/tools.xml
+++ b/opends/tests/shared/functions/tools.xml
@@ -72,7 +72,7 @@
<function-arg-property name="type" value="filename"/>
</function-arg-def>
- <function-arg-def name="randomSeed " type="optional">
+ <function-arg-def name="randomSeed" type="optional">
<function-arg-description>
The seed to use to initialize the random number generator
</function-arg-description>
@@ -128,7 +128,7 @@
'expectedRC': expectedRC
}
</call>
- <return>[RC, STAXResult]</return>
+ <return>STAXResult</return>
</sequence>
</function>
--
Gitblit v1.10.0