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/main_run.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/tests/system-tests/phases/main_run.xml b/opends/tests/system-tests/phases/main_run.xml
index f48eac1..e7c2300 100644
--- a/opends/tests/system-tests/phases/main_run.xml
+++ b/opends/tests/system-tests/phases/main_run.xml
@@ -29,7 +29,7 @@
<defaultcall function="main_run"/>
- <function name="main_run">
+ <function name="main_run" scope="local">
<function-map-args>
<function-arg-def name="configurationFile" type="required">
<function-arg-description>
@@ -108,7 +108,7 @@
<import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
file="'%s/phases/shared/ldap.xml' % (TESTS_DIR)"/>
- <!-- TDB : should not have dependency with functional test suite -->
+ <!-- TBD : should not have dependency with functional test suite -->
<import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
file="'%s/../functional-run/staf/services/stax/libraries/STAXUtil.xml'
% (TESTS_DIR)"/>
--
Gitblit v1.10.0