From 05f45c8e4f5eadd0c0ad9fcff89d9e7bbeb2ebe7 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Wed, 20 Sep 2006 04:14:18 +0000
Subject: [PATCH] Update the length-based password validator test case to use all lowercase attribute names when referencing schema elements.

---
 opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/LengthBasedPasswordValidatorTestCase.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/LengthBasedPasswordValidatorTestCase.java b/opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/LengthBasedPasswordValidatorTestCase.java
index 1141c2c..c417664 100644
--- a/opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/LengthBasedPasswordValidatorTestCase.java
+++ b/opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/LengthBasedPasswordValidatorTestCase.java
@@ -363,7 +363,7 @@
 
       ArrayList<Modification> mods = new ArrayList<Modification>();
       mods.add(new Modification(ModificationType.REPLACE,
-                                new Attribute("userPassword",
+                                new Attribute("userpassword",
                                               buffer.toString())));
 
       InternalClientConnection conn =
@@ -435,7 +435,7 @@
 
       ArrayList<Modification> mods = new ArrayList<Modification>();
       mods.add(new Modification(ModificationType.REPLACE,
-                                new Attribute("userPassword",
+                                new Attribute("userpassword",
                                               buffer.toString())));
 
       InternalClientConnection conn =
@@ -508,7 +508,7 @@
 
       ArrayList<Modification> mods = new ArrayList<Modification>();
       mods.add(new Modification(ModificationType.REPLACE,
-                                new Attribute("userPassword",
+                                new Attribute("userpassword",
                                               buffer.toString())));
 
       InternalClientConnection conn =
@@ -581,7 +581,7 @@
 
       ArrayList<Modification> mods = new ArrayList<Modification>();
       mods.add(new Modification(ModificationType.REPLACE,
-                                new Attribute("userPassword",
+                                new Attribute("userpassword",
                                               buffer.toString())));
 
       InternalClientConnection conn =

--
Gitblit v1.10.0