From 14e5dbbf5599ff7bc3c06627f9b321eaf6182a26 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

---
 opendj-sdk/opends/tests/system-tests/clients/modifyLoad/modifyLoad.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/tests/system-tests/clients/modifyLoad/modifyLoad.xml b/opendj-sdk/opends/tests/system-tests/clients/modifyLoad/modifyLoad.xml
index 6bcff62..d2cde23 100755
--- a/opendj-sdk/opends/tests/system-tests/clients/modifyLoad/modifyLoad.xml
+++ b/opendj-sdk/opends/tests/system-tests/clients/modifyLoad/modifyLoad.xml
@@ -32,7 +32,7 @@
 
 
   <!-- ************************************************************ -->
-  <function name="modifyLoad">
+  <function name="modifyLoad" scope="local">
     <function-map-args>
       <function-arg-def name="client" type="required">
       </function-arg-def>

--
Gitblit v1.10.0