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/verdict/verdict_opends.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opends/tests/system-tests/phases/verdict/verdict_opends.xml b/opends/tests/system-tests/phases/verdict/verdict_opends.xml
index d14030f..6dce9ac 100644
--- a/opends/tests/system-tests/phases/verdict/verdict_opends.xml
+++ b/opends/tests/system-tests/phases/verdict/verdict_opends.xml
@@ -31,7 +31,7 @@
   
   
   <!-- ************************************************************ -->
-  <function name="verdictOpends">
+  <function name="verdictOpends" scope="local">
     <function-map-args>
       <function-arg-def name="instance" type="required">
         <function-arg-description>
@@ -126,7 +126,7 @@
   </function>
 
   <!-- ************************************************************ -->
-  <function name="checkReplicationSynchro">
+  <function name="checkReplicationSynchro" scope="local">
     <function-map-args>
       <function-arg-def name="instance" type="required">
         <function-arg-description>
@@ -153,7 +153,7 @@
   </function>
 
   <!-- ************************************************************ -->
-  <function name="checkLogs">
+  <function name="checkLogs" scope="local">
     <function-map-args>
       <function-arg-def name="location" type="optional"
                         default="STAF_REMOTE_HOSTNAME">

--
Gitblit v1.10.0