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/scheduler/scheduler.xml | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/opends/tests/system-tests/phases/scheduler/scheduler.xml b/opends/tests/system-tests/phases/scheduler/scheduler.xml
index 867f54e..f99008f 100755
--- a/opends/tests/system-tests/phases/scheduler/scheduler.xml
+++ b/opends/tests/system-tests/phases/scheduler/scheduler.xml
@@ -31,7 +31,7 @@
<!-- ************************************************************ -->
- <function name="scheduler">
+ <function name="scheduler" scope="local">
<function-map-args>
<function-arg-def name="instances" type="required">
<function-arg-description>
@@ -119,7 +119,7 @@
<!-- ************************************************************ -->
- <function name="copyClients">
+ <function name="copyClients" scope="local">
<function-map-args>
<function-arg-def name="clients" type="required">
</function-arg-def>
@@ -196,7 +196,7 @@
<!-- ************************************************************ -->
- <function name="runClients">
+ <function name="runClients" scope="local">
<function-map-args>
<function-arg-def name="clients" type="required">
</function-arg-def>
@@ -360,7 +360,7 @@
<!-- ************************************************************ -->
- <function name="runClient">
+ <function name="runClient" scope="local">
<function-map-args>
<function-arg-def name="client" type="required">
</function-arg-def>
@@ -501,7 +501,7 @@
<!-- ************************************************************ -->
- <function name="sleepForDependency">
+ <function name="sleepForDependency" scope="local">
<function-map-args>
<function-arg-def name="location" type="optional"
default="'%s' % STAXServiceMachine">
--
Gitblit v1.10.0