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

neil_a_wilson
20.14.2006 05f45c8e4f5eadd0c0ad9fcff89d9e7bbeb2ebe7
Update the length-based password validator test case to use all lowercase
attribute names when referencing schema elements.
1 files modified
8 ■■■■ changed files
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/LengthBasedPasswordValidatorTestCase.java 8 ●●●● patch | view | raw | blame | history
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 =