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/shared/utils.xml |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/opends/tests/system-tests/phases/shared/utils.xml b/opends/tests/system-tests/phases/shared/utils.xml
index 7481ea4..fa0d018 100755
--- a/opends/tests/system-tests/phases/shared/utils.xml
+++ b/opends/tests/system-tests/phases/shared/utils.xml
@@ -28,7 +28,7 @@
 <stax>
   
   <!-- ************************************************************ -->
-  <function name="checkRC">
+  <function name="checkRC" scope="local">
     <function-prolog>
       This function checks a return code against an expected return code
     </function-prolog>
@@ -114,7 +114,7 @@
 
 
   <!-- ************************************************************ -->
-  <function name="phasePreamble">
+  <function name="phasePreamble" scope="local">
     <function-prolog>
       Performs all the preoperations for a phase
     </function-prolog>
@@ -162,7 +162,7 @@
 
 
   <!-- ************************************************************ -->
-  <function name="phasePostamble">
+  <function name="phasePostamble" scope="local">
     <function-prolog>
       Performs all the post operations for a phase
     </function-prolog>
@@ -214,7 +214,7 @@
 
 
   <!-- ************************************************************ -->
-  <function name="sleep">
+  <function name="sleep" scope="local">
     <function-prolog>
       Sleep for number of milliseconds
     </function-prolog>
@@ -282,7 +282,7 @@
 
 
   <!-- ************************************************************ -->
-  <function name="ldifDiff">
+  <function name="ldifDiff" scope="local">
     <function-prolog>
       This function  compares two LDIF files and reports the differences in LDIF format
     </function-prolog>
@@ -429,7 +429,7 @@
 
 
   <!-- ************************************************************ -->
-  <function name="grep">
+  <function name="grep" scope="local">
     <function-prolog>
       This function compares grep a string in a file
     </function-prolog>
@@ -557,7 +557,7 @@
 
 
   <!-- ************************************************************ -->
-  <function name="getOSvariables">
+  <function name="getOSvariables" scope="local">
     <function-prolog>
       Get OS related variables
     </function-prolog>
@@ -583,7 +583,7 @@
 
 
   <!-- ************************************************************ -->
-  <function name="getOSDate">
+  <function name="getOSDate" scope="local">
     <function-prolog>
         This function returns the date (MONTH/DAY/YEARS-HOURS/MIN) of the OS
     </function-prolog>

--
Gitblit v1.10.0