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

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