From d8e376209a6b79d2b00a385a9acbcdb4452cd781 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Fri, 28 Mar 2008 11:49:19 +0000
Subject: [PATCH] update main xml files: use new global variable : DIR_NAME instead of dirName
---
opendj-sdk/opends/tests/system-tests/scenario/sample2/sample2.xml | 8 ++++----
opendj-sdk/opends/tests/system-tests/scenario/sample/sample.xml | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/opendj-sdk/opends/tests/system-tests/scenario/sample/sample.xml b/opendj-sdk/opends/tests/system-tests/scenario/sample/sample.xml
index c8e4aad..71ba0ea 100755
--- a/opendj-sdk/opends/tests/system-tests/scenario/sample/sample.xml
+++ b/opendj-sdk/opends/tests/system-tests/scenario/sample/sample.xml
@@ -41,8 +41,8 @@
files allow you to configure the products as you want !-->
<!-- ********************************************************* -->
<script>
- dirName = 'sample'
- fConf = '%s/scenario/%s/conf.xml' % (TESTS_DIR,dirName)
+ DIR_NAME = 'sample'
+ fConf = '%s/scenario/%s/conf.xml' % (TESTS_DIR,DIR_NAME)
</script>
<call function="'main_run'">
{
diff --git a/opendj-sdk/opends/tests/system-tests/scenario/sample2/sample2.xml b/opendj-sdk/opends/tests/system-tests/scenario/sample2/sample2.xml
index b84c902..7fac537 100755
--- a/opendj-sdk/opends/tests/system-tests/scenario/sample2/sample2.xml
+++ b/opendj-sdk/opends/tests/system-tests/scenario/sample2/sample2.xml
@@ -41,12 +41,12 @@
files allow you to configure the products as you want !-->
<!-- ********************************************************* -->
<script>
- dirName = 'sample2'
- fConf = '%s/scenario/%s/conf.xml' % (TESTS_DIR,dirName)
+ DIR_NAME = 'sample2'
+ fConf = '%s/scenario/%s/conf.xml' % (TESTS_DIR,DIR_NAME)
fPreConf = '%s/scenario/%s/pre_configuration.xml' % \
- (TESTS_DIR,dirName)
+ (TESTS_DIR,DIR_NAME)
fPostConf = '%s/scenario/%s/post_configuration.xml' % \
- (TESTS_DIR,dirName)
+ (TESTS_DIR,DIR_NAME)
</script>
<call function="'main_run'">
{
--
Gitblit v1.10.0