52535455565758596061626364
} } public void test3() { try { UpdatableChronicle testEntity = db.getChronicle(FULLNAME, true).edit(); testEntity.destroy(); testEntity.applyUpdates(); assertFalse(testEntity.getSurrogate().getObject().isValid()); } catch (Exception e) { fail(e.getMessage()); } }