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/shared/functions/webcontainer.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/tests/staf-tests/shared/functions/webcontainer.xml b/opends/tests/staf-tests/shared/functions/webcontainer.xml
index 931fbac..eed4bd4 100755
--- a/opends/tests/staf-tests/shared/functions/webcontainer.xml
+++ b/opends/tests/staf-tests/shared/functions/webcontainer.xml
@@ -292,7 +292,7 @@
<call function="'runCommand'">
{ 'location' : location,
'command' : STAFCmd,
- 'env' : STAFCmdEnv,
+ 'envCmd' : STAFCmdEnv,
'name' : STAFCmd,
'path' : wcBinPath
}
@@ -347,7 +347,7 @@
<call function="'runCommand'">
{ 'location' : location,
'command' : STAFCmd,
- 'env' : STAFCmdEnv,
+ 'envCmd' : STAFCmdEnv,
'name' : STAFCmd,
'path' : wcBinPath,
'expectedRC' : expectedRC
--
Gitblit v1.10.0