This closes #833
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/a0e5edcf Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/a0e5edcf Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/a0e5edcf Branch: refs/heads/master Commit: a0e5edcf6cf3d73b46ceae053e670d165ed01610 Parents: 7bdae1b 5ed11a8 Author: Duncan Godwin <[email protected]> Authored: Wed Sep 20 11:58:13 2017 +0100 Committer: Duncan Godwin <[email protected]> Committed: Wed Sep 20 11:58:13 2017 +0100 ---------------------------------------------------------------------- .../core/test/entity/TestEntityImpl.java | 2 +- .../action/AbstractScheduledEffectorPolicy.java | 88 ++++++++++++------ .../policy/action/PeriodicEffectorPolicy.java | 30 ++++--- .../policy/action/ScheduledEffectorPolicy.java | 7 +- .../action/AbstractEffectorPolicyTest.java | 81 +++++++++++++++++ .../action/PeriodicEffectorPolicyTest.java | 79 +++++++++++------ .../action/ScheduledEffectorPolicyTest.java | 65 ++++++++------ .../action/ScheduledPolicyRebindTest.java | 93 +++++++++++--------- 8 files changed, 305 insertions(+), 140 deletions(-) ----------------------------------------------------------------------
