You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by al...@apache.org on 2014/07/01 16:32:11 UTC

[4/4] git commit: This closes #7

This closes #7


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/f4656743
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/f4656743
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/f4656743

Branch: refs/heads/master
Commit: f4656743d506e31b680ac1ae26a7b101e7d0e6d4
Parents: 9ca8250 1207bc1
Author: Aled Sage <al...@gmail.com>
Authored: Tue Jul 1 15:31:52 2014 +0100
Committer: Aled Sage <al...@gmail.com>
Committed: Tue Jul 1 15:31:52 2014 +0100

----------------------------------------------------------------------
 .../enricher/CustomAggregatingEnricherTest.java | 19 +++----
 .../java/brooklyn/enricher/EnrichersTest.java   | 17 ++-----
 ...SensorPropagatingEnricherDeprecatedTest.java | 16 ++----
 .../enricher/SensorPropagatingEnricherTest.java | 16 ++----
 .../enricher/TransformingEnricherTest.java      | 20 +++-----
 .../entity/BrooklynAppLiveTestSupport.java      | 49 ++++++++++++++++++
 .../entity/BrooklynAppUnitTestSupport.java      | 53 ++++++++++++++++++++
 .../brooklyn/entity/EffectorMetadataTest.java   | 17 ++-----
 .../java/brooklyn/entity/EffectorSayHiTest.java | 29 +++--------
 .../basic/AbstractApplicationLegacyTest.java    | 19 ++-----
 .../entity/basic/BrooklynShutdownHooksTest.java | 27 ++++------
 .../brooklyn/entity/basic/ConfigMapTest.java    | 53 +++++++++++---------
 .../basic/DependentConfigurationTest.java       | 16 ++----
 .../brooklyn/entity/basic/EntitiesTest.java     | 14 ++----
 .../basic/EntityConfigMapUsageLegacyTest.java   | 18 +------
 .../entity/basic/EntityConfigMapUsageTest.java  | 18 +++----
 .../entity/basic/EntityFunctionsTest.java       | 16 ++----
 .../entity/basic/EntityLocationsTest.java       | 18 +------
 .../entity/basic/EntityPredicatesTest.java      | 16 ++----
 .../entity/basic/EntityRegistrationTest.java    | 16 ++----
 .../brooklyn/entity/basic/EntitySpecTest.java   | 18 ++-----
 .../brooklyn/entity/basic/EntityTypeTest.java   | 16 ++----
 .../basic/MapConfigKeyAndFriendsMoreTest.java   | 16 ++----
 .../entity/basic/PolicyRegistrationTest.java    | 16 ++----
 .../downloads/DownloadSubstitutersTest.java     | 16 ++----
 .../entity/effector/EffectorBasicTest.java      | 17 ++-----
 .../entity/effector/EffectorTaskTest.java       | 19 +------
 .../entity/group/DynamicClusterTest.java        | 19 +++----
 ...DynamicClusterWithAvailabilityZonesTest.java | 15 +++---
 .../entity/group/DynamicFabricTest.java         | 15 ++----
 .../entity/group/DynamicRegionsFabricTest.java  | 16 ++----
 .../entity/group/GroupPickUpEntitiesTest.java   | 17 ++-----
 .../group/MembershipTrackingPolicyTest.java     | 17 ++-----
 .../entity/group/QuarantineGroupTest.java       | 17 ++-----
 .../BalancingNodePlacementStrategyTest.java     | 26 +++-------
 .../ProportionalZoneFailureDetectorTest.java    | 24 +++------
 .../entity/hello/LocalEntitiesTest.java         | 19 +++----
 .../entity/proxying/EntityManagerTest.java      | 17 ++-----
 .../entity/proxying/EntityProxyTest.java        | 23 +++------
 .../entity/trait/StartableMethodsTest.java      | 17 ++-----
 .../java/brooklyn/event/feed/PollerTest.java    | 13 +++--
 .../event/feed/function/FunctionFeedTest.java   | 13 +++--
 .../feed/http/HttpFeedIntegrationTest.java      | 13 +++--
 .../brooklyn/event/feed/http/HttpFeedTest.java  | 12 ++---
 .../feed/shell/ShellFeedIntegrationTest.java    | 13 +++--
 .../event/feed/ssh/SshFeedIntegrationTest.java  | 13 +++--
 .../location/basic/LocationManagementTest.java  | 25 +++------
 .../internal/LocalSubscriptionManagerTest.java  | 17 ++-----
 .../policy/basic/EnricherConfigTest.java        | 20 +-------
 .../policy/basic/PolicyConfigMapUsageTest.java  | 20 +-------
 .../test/java/brooklyn/util/task/TasksTest.java | 15 ++----
 .../entity/BrooklynAppLiveTestSupport.java      | 49 ------------------
 .../entity/BrooklynAppUnitTestSupport.java      | 53 --------------------
 53 files changed, 370 insertions(+), 733 deletions(-)
----------------------------------------------------------------------