Skip to content
Snippets Groups Projects
Verified Commit 7a68b2b0 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

STY: Formatting.

parent aaf46940
No related branches found
No related tags found
2 merge requests!58REL: prepare release 0.7.2,!55Re-Merge branch 'f-state-change' into 'dev'
Pipeline #20002 passed
......@@ -256,9 +256,7 @@ public class UpdateTest {
assertEquals(newProperty.getEntityStatus(), QUALIFIED);
}
/**
* For issue #217: Server gets list property datatype wrong if description is updated.
*/
/** For issue #217: Server gets list property datatype wrong if description is updated. */
@Test
public void testDeriveUpdate_UpdateList()
throws NoSuchAlgorithmException, CaosDBException, IOException {
......@@ -280,11 +278,5 @@ public class UpdateTest {
new WriteTransaction(null).deriveUpdate(newEntity, oldEntity);
// check if newEntity's Property is QUALIFIED.
assertEquals(QUALIFIED, newEntity.getProperties().get(0).getEntityStatus());
// CheckPropValid checkJob = new CheckPropValid();
// checkJob.init(null, newEntity, null);
// checkJob.run();
// assertTrue(newEntity.getProperties().get(0).isDatatypeOverride());
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment