From 35b6788e5bf43e61b0fb9b3b00558e098eee6f6a Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Tue, 18 Mar 2008 13:08:17 +0000
Subject: [PATCH] add scope=local for functions declaration and fix related issues
---
opends/tests/system-tests/phases/configuration/configuration.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/tests/system-tests/phases/configuration/configuration.xml b/opends/tests/system-tests/phases/configuration/configuration.xml
index 52f0ea3..588344d 100755
--- a/opends/tests/system-tests/phases/configuration/configuration.xml
+++ b/opends/tests/system-tests/phases/configuration/configuration.xml
@@ -31,7 +31,7 @@
<!-- ************************************************************ -->
- <function name="configuration">
+ <function name="configuration" scope="local">
<function-map-args>
<function-arg-def name="instances" type="required">
<function-arg-description>
--
Gitblit v1.10.0