Skip to content

Commit

Permalink
Test fix after primaryIdentifierValue change
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Apr 11, 2019
1 parent 25d4949 commit bfa7cc6
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -2501,6 +2501,7 @@ protected void markShadowTombstone(String oid) throws ObjectNotFoundException, S
List<ItemDelta<?, ?>> deadModifications = deltaFor(ShadowType.class)
.item(ShadowType.F_DEAD).replace(true)
.item(ShadowType.F_EXISTS).replace(false)
.item(ShadowType.F_PRIMARY_IDENTIFIER_VALUE).replace()
.asItemDeltas();
repositoryService.modifyObject(ShadowType.class, oid, deadModifications, result);
assertSuccess(result);
Expand Down

0 comments on commit bfa7cc6

Please sign in to comment.