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

matthew_swift
19.28.2008 02b5d4ee8dee8d267823ba3cd070e3068988738a
Fix broken unit tests discovered by awang@ptc.com when attempting to port OpenDS to IBM JVM
2 files modified
7 ■■■■■ changed files
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/plugins/SevenBitCleanPluginTestCase.java 5 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/tools/LDAPModifyTestCase.java 2 ●●●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/plugins/SevenBitCleanPluginTestCase.java
@@ -33,9 +33,6 @@
import org.opends.server.TestCaseUtils;
import org.opends.server.types.ResultCode;
import org.opends.server.core.AddOperation;
import org.opends.server.core.ModifyOperation;
import org.opends.server.core.ModifyDNOperation;
import org.opends.server.tools.LDAPModify;
import static org.testng.Assert.*;
@@ -630,7 +627,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 =
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/tools/LDAPModifyTestCase.java
@@ -857,6 +857,8 @@
  public void testPLAIN()
         throws Exception
  {
    TestCaseUtils.initializeTestBackend(true);
    String[] args =
    {
      "-h", "127.0.0.1",