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 = 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",