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

coulbeck
19.09.2007 7205246538b288be0341f55c95870bb0f39c943c
opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/UpdateOperationTest.java
@@ -613,13 +613,13 @@
    delMsg =
      new DeleteMsg("entryUUID = " + user1entrysecondUUID + "+" +
          DN.decode(user1dn).getRDN().toString() +
          "ou=People,dc=example,dc=com",
          ",ou=People,dc=example,dc=com",
          gen.NewChangeNumber(), user1entrysecondUUID);
    broker.publish(delMsg);
    resultEntry = getEntry(
          DN.decode("entryUUID = " + user1entrysecondUUID + "+" +
              DN.decode(user1dn).getRDN().toString() +
              "ou=People,dc=example,dc=com"), 10000, false);
              ",ou=People,dc=example,dc=com"), 10000, false);
    // check that the delete operation has been applied
    assertNull(resultEntry,