From ea5908f7d4da17e430449107f4d9e854f8f52f01 Mon Sep 17 00:00:00 2001
From: mkeyes <mkeyes@localhost>
Date: Mon, 20 Aug 2007 18:35:29 +0000
Subject: [PATCH] Deleted two lines of test code that were breaking the ldapPasswordModifyWithScript function in the functional tests.

---
 opends/tests/functional-tests/shared/functions/ldap.xml |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/opends/tests/functional-tests/shared/functions/ldap.xml b/opends/tests/functional-tests/shared/functions/ldap.xml
index b4a79a1..12feedd 100755
--- a/opends/tests/functional-tests/shared/functions/ldap.xml
+++ b/opends/tests/functional-tests/shared/functions/ldap.xml
@@ -2524,9 +2524,6 @@
         if dsInstancePswd:
           STAFCmdParamsList.append('-w %s' % dsInstancePswd)                  
           
-        if dsAssertionFilter:
-          STAFCmdParamsList.append('--assertionFilter "%s' % dsAssertionFilter)
-          
         if dsCurrentPassword:
           STAFCmdParamsList.append('-c %s' % dsCurrentPassword)       
                    

--
Gitblit v1.10.0