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

Jean-Noël Rouvignac
16.44.2015 9aa1482c49865483f798f91ef7d16f03cc3ec811
opendj-server-legacy/src/test/java/org/opends/server/schema/StringPrepProfileTestCase.java
@@ -63,7 +63,7 @@
  /** Adds an entry for test. */
  private void addEntry() throws Exception
  {
    TestCaseUtils.clearJEBackend("userRoot", "dc=example,dc=com");
    TestCaseUtils.clearBackend("userRoot", "dc=example,dc=com");
    TestCaseUtils.addEntries(
      "dn: cn=Jos\u00E9,dc=example,   dc=com",
            "objectClass: person",
@@ -95,7 +95,7 @@
    }
    finally
    {
      TestCaseUtils.clearJEBackend("userRoot", "dc=example,dc=com");
      TestCaseUtils.clearBackend("userRoot", "dc=example,dc=com");
    }
  }
}