This closes #798
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/0efc1e35 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/0efc1e35 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/0efc1e35 Branch: refs/heads/master Commit: 0efc1e35103375a702b22df46561777e4d8db326 Parents: 56e8c39 8439d9f Author: Aled Sage <[email protected]> Authored: Thu Aug 6 17:33:33 2015 +0100 Committer: Aled Sage <[email protected]> Committed: Thu Aug 6 17:33:33 2015 +0100 ---------------------------------------------------------------------- .../entity/basic/BasicStartableImpl.java | 58 ++++++---- .../entity/basic/ServiceStateLogic.java | 7 +- .../java/brooklyn/enricher/EnrichersTest.java | 30 ++--- .../brooklyn/entity/basic/AttributeMapTest.java | 19 +-- .../entity/basic/BasicStartableTest.java | 33 +++++- .../entity/basic/EntityLocationsTest.java | 25 ++-- .../entity/basic/EntitySubscriptionTest.java | 40 +++---- .../brooklyn/entity/basic/EntityTypeTest.java | 35 +++--- .../entity/group/DynamicClusterTest.java | 8 +- .../policy/basic/PolicySubscriptionTest.java | 23 +--- .../basic/RecordingSensorEventListener.java | 115 +++++++++++++++++++ ...lledDynamicWebAppClusterIntegrationTest.java | 13 +-- .../ControlledDynamicWebAppClusterTest.java | 38 +----- 13 files changed, 270 insertions(+), 174 deletions(-) ----------------------------------------------------------------------
