s_logger.info("Cycle completed");
}
// Signal change ...
s_logger.debug("Signalling change");
resolutions.put(new ComputationTargetSpecification(ComputationTargetType.PORTFOLIO, UniqueId.of("Test", "0")), UniqueId.of("Test", "0", Integer.toString(j + 1)));
changeManager.entityChanged(ChangeType.CHANGED, ObjectId.of("Test", "0"), Instant.now(), Instant.now(), Instant.now());
s_logger.info("Change signalled");
// ... and expect a view definition compiled to interrupt the sequence
String event = context.event();
for (int i = 0; i < 20; i++) {
if (event.equals("cycle started")) {