mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

andrug
28.49.2008 42769aa53338605f7913703282af841f61aec65e
update main xml files: use new global variable : DIR_NAME instead of dirName
2 files modified
12 ■■■■ changed files
opends/tests/system-tests/scenario/sample/sample.xml 4 ●●●● patch | view | raw | blame | history
opends/tests/system-tests/scenario/sample2/sample2.xml 8 ●●●● patch | view | raw | blame | history
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'">
        {
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'">
        {