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

gary_williams
24.41.2006 a490e9c5132bcb24680235aea59563e1525877f7
Fix Issue 868: security tests use incorrect folder for temporary files
2 files modified
4 ■■■■ changed files
opendj-sdk/opends/tests/functional-tests/shared/functions/security.xml 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/functional-tests/testcases/setup/setup.xml 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/functional-tests/shared/functions/security.xml
@@ -121,7 +121,7 @@
                'dsInstancePort'   : DIRECTORY_INSTANCE_PORT ,
                'dsInstanceDn'     : DIRECTORY_INSTANCE_DN ,
                'dsInstancePswd'   : DIRECTORY_INSTANCE_PSWD ,
                'entryToBeAdded'   : '%s/ldaps_port.ldif' % (TMP_DATA_DIR) }
                'entryToBeAdded'   : '%s/ldaps_port.ldif' % (STAGED_DATA_DIR) }
            </call>
            <call function="'checktestRC'">
opendj-sdk/opends/tests/functional-tests/testcases/setup/setup.xml
@@ -71,7 +71,7 @@
      <!-- Dynamically create ldif files for staging -->
      <!-- Modify SSL port to user-defined value -->
      <script>
        write_ldaps_ldif_file('%s' % (TMP_DATA_DIR), '%s' % (DIRECTORY_INSTANCE_SSL_PORT));
        write_ldaps_ldif_file('%s/shared/data' % (TMP_DATA_DIR), '%s' % (DIRECTORY_INSTANCE_SSL_PORT));
      </script>
    
      <!--  Zip up contents of tests directory -->