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

diff --git a/opends/tests/system-tests/scenario/sample/sample.xml b/opends/tests/system-tests/scenario/sample/sample.xml
index d7dd453..e3f8cd9 100755
--- a/opends/tests/system-tests/scenario/sample/sample.xml
+++ b/opends/tests/system-tests/scenario/sample/sample.xml
@@ -29,7 +29,7 @@
   
   <defaultcall function="mainSample"/>
   
-  <function name="mainSample">
+  <function name="mainSample" scope="local">
       <sequence>
         <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
           file="'%s/phases/main_run.xml' % (TESTS_DIR)"/>

--
Gitblit v1.10.0