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

gary_williams
24.09.2007 f05316cc125a17e6aacc158c2b8ffb44e7361d31
Fix deleteFile function should use filename not foldername
1 files modified
2 ■■■ changed files
opendj-sdk/opends/tests/functional-tests/shared/functions/environment.xml 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/functional-tests/shared/functions/environment.xml
@@ -229,7 +229,7 @@
        
        <call function="'deleteFile'">
          { 'location'   : STAF_REMOTE_HOSTNAME ,
            'foldername' : '%s.zip' % InstanceInstallDir }
            'filename'   : '%s.zip' % InstanceInstallDir }
        </call>
                  
      </sequence>