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

mkeyes
20.35.2007 3474fafcc06bc5ed71f14dfe00651bfba4a02497
Deleted two lines of test code that were breaking the ldapPasswordModifyWithScript function in the functional tests.
1 files modified
3 ■■■■■ changed files
opendj-sdk/opends/tests/functional-tests/shared/functions/ldap.xml 3 ●●●●● patch | view | raw | blame | history
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)