From f05316cc125a17e6aacc158c2b8ffb44e7361d31 Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Thu, 24 May 2007 09:09:02 +0000
Subject: [PATCH] Fix deleteFile function should use filename not foldername

---
 opendj-sdk/opends/tests/functional-tests/shared/functions/environment.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/tests/functional-tests/shared/functions/environment.xml b/opendj-sdk/opends/tests/functional-tests/shared/functions/environment.xml
index d1370cc..02328b2 100755
--- a/opendj-sdk/opends/tests/functional-tests/shared/functions/environment.xml
+++ b/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>

--
Gitblit v1.10.0