From d47b59920fd7f4966af83c5dc50e0b7896da950c Mon Sep 17 00:00:00 2001
From: mkeyes <mkeyes@localhost>
Date: Wed, 29 Aug 2007 20:45:54 +0000
Subject: [PATCH] Added knownIssue function call to a functional test case.

---
 opendj-sdk/opends/tests/functional-tests/testcases/security/pwd_validator/security_character_set.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/opendj-sdk/opends/tests/functional-tests/testcases/security/pwd_validator/security_character_set.xml b/opendj-sdk/opends/tests/functional-tests/testcases/security/pwd_validator/security_character_set.xml
index 5a806c7..b5a5d92 100755
--- a/opendj-sdk/opends/tests/functional-tests/testcases/security/pwd_validator/security_character_set.xml
+++ b/opendj-sdk/opends/tests/functional-tests/testcases/security/pwd_validator/security_character_set.xml
@@ -354,6 +354,9 @@
                     'newAttributeValue'      : 'newruling' ,
                     'changetype'             : 'replace'  }
             </call>
+            <script>
+              knownIssue(1449)
+            </script>
             <!-- Uncomment this when Issue 2050/1449 is resolved.
             <message>
                'Security: Pwd Validator: Character Set: user binding with valid password'

--
Gitblit v1.10.0