Skip to content
Snippets Groups Projects
Verified Commit b26dccc5 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

Revert "WIP FIX: Fixing corner case of not updated List properties."

This reverts commit 2cf7e0e5.
parent 7d1f7ae1
No related branches found
No related tags found
2 merge requests!58REL: prepare release 0.7.2,!56Fix #217 and #221
Pipeline #20236 passed
...@@ -276,7 +276,7 @@ public class UpdateTest { ...@@ -276,7 +276,7 @@ public class UpdateTest {
newEntity.setDescription("New description."); newEntity.setDescription("New description.");
new WriteTransaction(null).deriveUpdate(newEntity, oldEntity); new WriteTransaction(null).deriveUpdate(newEntity, oldEntity);
// check if newEntity's Property is QUALIFIED. // check if newEntity's Property VALID.
assertEquals(QUALIFIED, newEntity.getProperties().get(0).getEntityStatus()); assertEquals(VALID, newEntity.getProperties().get(0).getEntityStatus());
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment