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

coulbeck
19.09.2007 00db71b1247ba9a05062e452441c19ccb7b16b43
Found a missing comma in a DN in a synchronization unit test.
1 files modified
4 ■■■■ changed files
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/UpdateOperationTest.java 4 ●●●● patch | view | raw | blame | history
opendj-sdk/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,