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

ludovicp
19.27.2008 96338033c3f330983a984262caca163b70a1ff1b
Fixes the remaining occurences of Latin1 characters, and replace them with valid escaped UTF-8 characters in DNs/RDNs.
1 files modified
8 ■■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/plugins/SevenBitCleanPluginTestCase.java 8 ●●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/plugins/SevenBitCleanPluginTestCase.java
@@ -575,7 +575,7 @@
    String path = TestCaseUtils.createTempFile(
      "dn: uid=test.user,o=test",
      "changetype: modrdn",
      "newrdn: uid=p\\e4ssw\\f6rd",
      "newrdn: uid=Lu\\C4\\8Di\\C4\\87",
      "deleteoldrdn: 1");
    String[] args =
@@ -666,12 +666,12 @@
    TestCaseUtils.initializeTestBackend(true);
    TestCaseUtils.addEntry(
      "dn: uid=p\\e4ssw\\f6rd,o=test",
      "dn: uid=Lu\\C4\\8Di\\C4\\87,o=test",
      "objectClass: top",
      "objectClass: person",
      "objectClass: organizationalPerson",
      "objectClass: inetOrgPerson",
      "uid:: " + BASE64_DIRTY_PASSWORD,
      //"uid:: " + BASE64_DIRTY_PASSWORD,
      "givenName: Test",
      "sn: User",
      "cn: Test User",
@@ -686,7 +686,7 @@
    try
    {
      String path = TestCaseUtils.createTempFile(
        "dn: uid=p\\e4ssw\\f6rd,o=test",
        "dn: uid=Lu\\C4\\8Di\\C4\\87,o=test",
        "changetype: modrdn",
        "newrdn: uid=test.user",
        "deleteoldrdn: 1");