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/sample/sample.xml | 4 ++--
1 files changed, 2 insertions(+), 2 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'">
{
--
Gitblit v1.10.0