You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by gr...@apache.org on 2014/11/04 22:13:48 UTC

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

This closes #297

* github/pr/297:
  Convert SetFromFlagTest from groovy to java
  Convert PolicySubscriptionTest from groovy to java
  Convert TestPortSupplierLocation from groovy to java
  Convert KarafContainerTest from groovy to java
  Convert OwnedChildrenTest from groovy to Java
  Convert EntitySubscriptionTest from groovy to java


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

Branch: refs/heads/master
Commit: 0e7cc9c0fad843cb7331b50b828c5c46f7ddc32c
Parents: 7cfeacc aa6421b
Author: Andrew Kennedy <gr...@apache.org>
Authored: Tue Nov 4 21:13:35 2014 +0000
Committer: Andrew Kennedy <gr...@apache.org>
Committed: Tue Nov 4 21:13:35 2014 +0000

----------------------------------------------------------------------
 .../java/brooklyn/entity/SetFromFlagTest.groovy | 200 ---------------
 .../java/brooklyn/entity/SetFromFlagTest.java   | 213 ++++++++++++++++
 .../entity/basic/EntitySubscriptionTest.groovy  | 248 ------------------
 .../entity/basic/EntitySubscriptionTest.java    | 251 +++++++++++++++++++
 .../entity/basic/OwnedChildrenTest.groovy       | 209 ---------------
 .../entity/basic/OwnedChildrenTest.java         | 211 ++++++++++++++++
 .../basic/TestPortSupplierLocation.groovy       |  94 -------
 .../basic/TestPortSupplierLocation.java         |  90 +++++++
 .../policy/basic/PolicySubscriptionTest.groovy  | 138 ----------
 .../policy/basic/PolicySubscriptionTest.java    | 134 ++++++++++
 .../entity/osgi/karaf/KarafContainerTest.groovy | 157 ------------
 .../entity/osgi/karaf/KarafContainerTest.java   | 143 +++++++++++
 12 files changed, 1042 insertions(+), 1046 deletions(-)
----------------------------------------------------------------------