You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by dr...@apache.org on 2017/09/20 10:58:28 UTC

[2/2] brooklyn-server git commit: This closes #833

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 <dr...@googlemail.com>
Authored: Wed Sep 20 11:58:13 2017 +0100
Committer: Duncan Godwin <dr...@googlemail.com>
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(-)
----------------------------------------------------------------------