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/dsadm.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/opends/tests/system-tests/phases/shared/dsadm.xml b/opends/tests/system-tests/phases/shared/dsadm.xml
index eb2ba73..c3a1cad 100755
--- a/opends/tests/system-tests/phases/shared/dsadm.xml
+++ b/opends/tests/system-tests/phases/shared/dsadm.xml
@@ -27,7 +27,7 @@
  ! -->
 <stax>
   
-  <function name="SetUpDsWithScript">
+  <function name="SetUpDsWithScript" scope="local">
     <function-prolog>
       This function sets up a Directory Server using a script
     </function-prolog>    
@@ -179,7 +179,7 @@
 
   
   <!-- This function starts DS using the start-ds script -->
-  <function name="StartDsWithScript">
+  <function name="StartDsWithScript" scope="local">
     <function-prolog>
       This function starts a Directory Server
     </function-prolog>
@@ -308,7 +308,7 @@
   </function>
 
   <!-- This function stops DS using the stop-ds script -->    
-  <function name="StopDsWithScript">
+  <function name="StopDsWithScript" scope="local">
     <function-prolog>
       This function starts a Directory Server using the script
     </function-prolog>    
@@ -607,7 +607,7 @@
 
 
   
-  <function name="makeLdif">
+  <function name="makeLdif" scope="local">
     <function-prolog>
       This function uses make-ldif to generate ldif file
     </function-prolog>  
@@ -691,7 +691,7 @@
   
   
   <!-- Import Function With Script-->
-  <function name="ImportLdifWithScript">
+  <function name="ImportLdifWithScript" scope="local">
     <function-prolog>
       This function performs an offline import of an ldif file using the script
     </function-prolog>  

--
Gitblit v1.10.0