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

mkeyes
24.59.2007 30eca8626afd334f025581ffe673a2d28038d4f6
Fixed a bug where some functional tests were using the incorrect configuration string for the default-password-storage-scheme.
1 files modified
6 ■■■■ changed files
opends/tests/functional-tests/testcases/security/pwd_storage/security_multiple_schemes.xml 6 ●●●● patch | view | raw | blame | history
opends/tests/functional-tests/testcases/security/pwd_storage/security_multiple_schemes.xml
@@ -117,7 +117,7 @@
                    'dsInstancePswd'         : DIRECTORY_INSTANCE_PSWD ,
                    'propertyName'           : 'Default Password Policy' ,
                    'attributeName'          : 'default-password-storage-scheme' ,
                    'attributeValue'         : 'SHA-1' ,
                    'attributeValue'         : 'SHA' ,
                    'modifyType'             : 'add' }
            </call>
            
@@ -256,7 +256,7 @@
            <call function="'checktestString'">
                { 'returnString'       : returnString ,
                  'expectedString'     : 'SHA-1' }
                  'expectedString'     : ': SHA' }
            </call>
            
            <call function="'testCase_Postamble'"/>
@@ -427,7 +427,7 @@
            <call function="'checktestString'">
                { 'returnString'       : returnString ,
                  'expectedString'     : '{SHA-1}' }
                  'expectedString'     : '{SHA}' }
            </call>
            
            <call function="'testCase_Postamble'"/>