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

gbellato
23.40.2007 2171dba8690086ab38367cd18c93a301b79efe7b
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/UpdateOperationTest.java
@@ -706,7 +706,7 @@
    // - check that the Dn has been changed to baseDn2
    resultEntry = getEntry(
        DN.decode("uid=new person,ou=baseDn1,"+baseDn), 10000, true);
        DN.decode("uid=new person,ou=baseDn1,"+baseDn), 10000, false);
    assertNull(resultEntry,
        "The ADD synchronization message was applied under ou=baseDn1,"+baseDn);