From 3474fafcc06bc5ed71f14dfe00651bfba4a02497 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.

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

diff --git a/opendj-sdk/opends/tests/functional-tests/shared/functions/ldap.xml b/opendj-sdk/opends/tests/functional-tests/shared/functions/ldap.xml
index b4a79a1..12feedd 100755
--- a/opendj-sdk/opends/tests/functional-tests/shared/functions/ldap.xml
+++ b/opendj-sdk/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