From 51dd0ce658de1af8e825d7efa3a61d32f5bb25b9 Mon Sep 17 00:00:00 2001
From: ugaston <ugaston@localhost>
Date: Mon, 04 May 2009 15:42:45 +0000
Subject: [PATCH] Add knownIssue #3967: SASL encryption: cipher strength low not supported with java 1.5

---
 opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/security/sasl/security_sasl_digest-md5.xml |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/security/sasl/security_sasl_digest-md5.xml b/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/security/sasl/security_sasl_digest-md5.xml
index ac07992..fbbfb3c 100755
--- a/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/security/sasl/security_sasl_digest-md5.xml
+++ b/opendj-sdk/opends/tests/staf-tests/functional-tests/testcases/security/sasl/security_sasl_digest-md5.xml
@@ -3206,9 +3206,12 @@
                 'authenticationId' : 'dn:%s' % test_user,
                 'strength'         : 'low',
                 'password'         : 'newleg',
-                'protection'       : 'auth-conf'
+                'protection'       : 'auth-conf',
+                'knownIssue'       : '3967'
               }
             </call>
+            <!-- Issue 3967: SASL encryption: cipher strength low not supported 
+                 with java 1.5 -->
                         
             <call function="'testCase_Postamble'"/>
             
@@ -3553,9 +3556,12 @@
                 'authenticationId' : 'dn:%s' % test_user,
                 'strength'         : 'low',
                 'password'         : 'newleg',
-                'protection'       : 'auth-conf'
+                'protection'       : 'auth-conf',
+                'knownIssue'       : '3967'
               }
             </call>
+            <!-- Issue 3967: SASL encryption: cipher strength low not supported 
+                 with java 1.5-->
 
             <script> 
               returnString = STAXResult[0][1]
@@ -4228,9 +4234,12 @@
                 'authenticationId' : 'dn:%s' % test_user,
                 'strength'         : 'low',
                 'password'         : 'newleg',
-                'protection'       : 'auth-conf'
+                'protection'       : 'auth-conf',
+                'knownIssue'       : '3967'
               }
             </call>
+            <!-- Issue 3967: SASL encryption: cipher strength low not supported 
+                 with java 1.5-->
 
             <script> 
               returnString = STAXResult[0][1]

--
Gitblit v1.10.0