From fa5425ee8ff43c907968ab2b8ac593f5e7c71bca 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

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

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