From 2aff790ecbc2c230020cb457903c522e26319bf0 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Thu, 28 Feb 2008 18:24:03 +0000
Subject: [PATCH] updates: client can use localhost...
---
opends/tests/system-tests/scenario/sample/sample.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opends/tests/system-tests/scenario/sample/sample.xml b/opends/tests/system-tests/scenario/sample/sample.xml
index ed8c91e..d7dd453 100755
--- a/opends/tests/system-tests/scenario/sample/sample.xml
+++ b/opends/tests/system-tests/scenario/sample/sample.xml
@@ -36,12 +36,12 @@
<!-- directoryName must have the name of the current directory -->
<script>
- dirName = 'sample'
- confFile = '%s/scenario/%s/conf.xml' % (TESTS_DIR,dirName)
+ dirName = 'sample'
+ CONF_FILE = '%s/scenario/%s/conf.xml' % (TESTS_DIR,dirName)
</script>
<call function="'main_run'">
{
- 'configurationFile': confFile,
+ 'configurationFile': CONF_FILE,
'runInstallation' : 'true',
'runGenerateLdif' : 'true',
'runConfiguration' : 'true',
--
Gitblit v1.10.0