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

diff --git a/opends/tests/system-tests/phases/shared/stafcmd.xml b/opends/tests/system-tests/phases/shared/stafcmd.xml
index 4c8e4fb..f0555f5 100755
--- a/opends/tests/system-tests/phases/shared/stafcmd.xml
+++ b/opends/tests/system-tests/phases/shared/stafcmd.xml
@@ -26,7 +26,7 @@
  !      Copyright 2008 Sun Microsystems, Inc.
  ! -->
 <stax>
-  <function name="copyFile">
+  <function name="copyFile" scope="local">
     <function-prolog>
       This function copies a source file to destination file to host
     </function-prolog>
@@ -118,7 +118,7 @@
     </sequence>
   </function>
 
-  <function name="copyFolder">
+  <function name="copyFolder" scope="local">
     <function-prolog>
       This function copy directory through the network
     </function-prolog>
@@ -202,7 +202,7 @@
   </function>
 
 
-  <function name="unZipFile">
+  <function name="unZipFile" scope="local">
     <function-prolog>
       This function unzips a compressed zip archive
     </function-prolog>
@@ -266,7 +266,7 @@
 
 
 
-  <function name="isFile">
+  <function name="isFile" scope="local">
     <function-prolog>
         This function returns TRUE if file exist, else FALSE
     </function-prolog>
@@ -309,7 +309,7 @@
     </sequence>
   </function>
 
-  <function name="isEmptyFile">
+  <function name="isEmptyFile" scope="local">
     <function-prolog>
         This function returns TRUE if file is empty, else FALSE
     </function-prolog>
@@ -354,7 +354,7 @@
   </function>
   
   
-  <function name="deleteFolder">
+  <function name="deleteFolder" scope="local">
     <function-prolog>
         This function recursively deletes a folder
     </function-prolog>
@@ -447,7 +447,7 @@
       
     </function>
     
-    <function name="createFolder">
+    <function name="createFolder" scope="local">
     
     <function-prolog>
         This function creates a folder

--
Gitblit v1.10.0