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

gary_williams
24.09.2007 fa5425ee8ff43c907968ab2b8ac593f5e7c71bca
Fix deleteFile function should use filename not foldername
1 files modified
2 ■■■ changed files
opends/tests/functional-tests/shared/functions/environment.xml 2 ●●● patch | view | raw | blame | history
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>