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

Gary Williams
05.00.2012 c04daf8af2a9ad97a2d8912571f3a61ecea04417
Fix remaining issues in pwp validator functional tests
2 files modified
13 ■■■■ changed files
opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/security/pwd_validator/security_dictionary.xml 9 ●●●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/security/pwd_validator/security_similarity_based.xml 4 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/security/pwd_validator/security_dictionary.xml
@@ -347,9 +347,9 @@
            <call function="'ldapPasswordModifyWithScript'">
                  { 'dsInstanceHost'         : DIRECTORY_INSTANCE_HOST ,
                    'dsInstancePort'         : DIRECTORY_INSTANCE_PORT ,
                    'dsInstanceDn'           : 'dn:uid=abergin,%s' % basedn ,
                    'dsInstanceDn'           : 'uid=abergin,%s' % basedn ,
                    'dsInstancePswd'         : 'tcilfni' ,
                    'dsAuthzID'              : 'dn:uid=abergin, %s' % basedn,
                    'dsAuthzID'              : 'uid=abergin, %s' % basedn,
                    'dsNewPassword'          : 'chemistry'  }
            </call>
            
@@ -361,11 +361,10 @@
              { 'dsInstanceHost'   : DIRECTORY_INSTANCE_HOST ,
                'dsInstancePort'   : DIRECTORY_INSTANCE_PORT ,
                'dsInstanceDn'     : 'uid=abergin,%s' % basedn ,
                'dsInstancePswd'   : 'zymochemistry' ,
                'dsInstancePswd'   : 'chemistry' ,
                'dsBaseDN'         : 'dc=example,dc=com' ,
                'dsFilter'         : 'objectclass=*'  ,
                'extraParams'      : '-s base' ,
                'knownIssue'       : '2361' }
                'extraParams'      : '-s base' }
            </call>
            
            <call function="'testCase_Postamble'"/>
opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/security/pwd_validator/security_similarity_based.xml
@@ -191,7 +191,7 @@
            #@TestIssue           none
            #@TestPurpose         New password with 1 letter change, invalid
            #@TestPreamble        none
            #@TestStep            user modifying pwd with 1 letter change RC 19
            #@TestStep            user modifying pwd with 1 letter change RC 53
            #@TestStep            user binding with new password RC 49
            #@TestPostamble       none
            #@TestResult          Success if all tests are PASS.
@@ -215,7 +215,7 @@
                    'attributeName'          : 'userpassword' ,
                    'newAttributeValue'      : 'probery' ,
                    'changetype'             : 'replace' , 
                    'expectedRC'             : 19  }
                    'expectedRC'             : 53  }
            </call>
            
            <message>