From 69e321d96d1d74ce13544486b17c7e6cbab66b83 Mon Sep 17 00:00:00 2001
From: mkeyes <mkeyes@localhost>
Date: Fri, 24 Aug 2007 20:59:23 +0000
Subject: [PATCH] Fixed a bug where some functional tests were using the incorrect configuration string for the default-password-storage-scheme.

---
 opendj-sdk/opends/tests/functional-tests/testcases/security/pwd_storage/security_multiple_schemes.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opendj-sdk/opends/tests/functional-tests/testcases/security/pwd_storage/security_multiple_schemes.xml b/opendj-sdk/opends/tests/functional-tests/testcases/security/pwd_storage/security_multiple_schemes.xml
index 6699a7f..6a01013 100755
--- a/opendj-sdk/opends/tests/functional-tests/testcases/security/pwd_storage/security_multiple_schemes.xml
+++ b/opendj-sdk/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'"/>

--
Gitblit v1.10.0