From b017349867f2c33f0a671a3fefacd6774dcbace2 Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Mon, 24 Nov 2008 10:14:34 +0000
Subject: [PATCH] Fix for Issue 3025: results should be the same on all OS/platforms
---
opends/tests/staf-tests/functional-tests/testcases/clu/clu.xml | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/opends/tests/staf-tests/functional-tests/testcases/clu/clu.xml b/opends/tests/staf-tests/functional-tests/testcases/clu/clu.xml
index b5607b6..90a2d50 100644
--- a/opends/tests/staf-tests/functional-tests/testcases/clu/clu.xml
+++ b/opends/tests/staf-tests/functional-tests/testcases/clu/clu.xml
@@ -30,9 +30,11 @@
<defaultcall function="main_clu"/>
<function name="main_clu">
- <function-list-args>
+
+ <function-list-args>
<function-required-arg name="STAXParentID"/>
- </function-list-args>
+ </function-list-args>
+
<sequence>
<block name="'clu'">
@@ -41,9 +43,9 @@
<!--- Load the job environment for the test group execution -->
<import machine="STAF_LOCAL_HOSTNAME"
- file="'%s/environment.xml' % TESTS_FUNCTIONS_DIR" />
+ file="'%s/environment.xml' % TESTS_FUNCTIONS_DIR"/>
<call function="'loadJobEnvironment'">
- { 'parent' : STAXParentID }
+ { 'parent' : STAXParentID }
</call>
<!--- Test Group information
--
Gitblit v1.10.0