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/10/02 15:28:32 UTC

[1/2] brooklyn-client git commit: Fix tests tearDown (to always stop management context)

Repository: brooklyn-client
Updated Branches:
  refs/heads/master 191f0f98d -> e0c0409d0


Fix tests tearDown (to always stop management context)

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

Branch: refs/heads/master
Commit: 1fe8b56f4a8262360fdb256c682c3ed76916c385
Parents: 191f0f9
Author: Aled Sage <al...@gmail.com>
Authored: Thu Sep 21 09:19:18 2017 +0100
Committer: Aled Sage <al...@gmail.com>
Committed: Thu Sep 21 09:19:18 2017 +0100

----------------------------------------------------------------------
 .../org/apache/brooklyn/rest/client/BrooklynApiRestClientTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-client/blob/1fe8b56f/java/src/test/java/org/apache/brooklyn/rest/client/BrooklynApiRestClientTest.java
----------------------------------------------------------------------
diff --git a/java/src/test/java/org/apache/brooklyn/rest/client/BrooklynApiRestClientTest.java b/java/src/test/java/org/apache/brooklyn/rest/client/BrooklynApiRestClientTest.java
index d76f7db..d5d8d92 100644
--- a/java/src/test/java/org/apache/brooklyn/rest/client/BrooklynApiRestClientTest.java
+++ b/java/src/test/java/org/apache/brooklyn/rest/client/BrooklynApiRestClientTest.java
@@ -74,7 +74,7 @@ public class BrooklynApiRestClientTest {
     @BeforeClass
     public void setUp() throws Exception {
         server = BrooklynRestApiLauncher.launcher()
-                .managementContext(manager)
+                .managementContext(getManagementContext())
                 .securityProvider(TestSecurityProvider.class)
                 .start();
 


[2/2] brooklyn-client git commit: This closes #60

Posted by dr...@apache.org.
This closes #60


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

Branch: refs/heads/master
Commit: e0c0409d0fc3b3763b52cbcb6c195be2744733a6
Parents: 191f0f9 1fe8b56
Author: Duncan Godwin <dr...@googlemail.com>
Authored: Mon Oct 2 16:28:26 2017 +0100
Committer: Duncan Godwin <dr...@googlemail.com>
Committed: Mon Oct 2 16:28:26 2017 +0100

----------------------------------------------------------------------
 .../org/apache/brooklyn/rest/client/BrooklynApiRestClientTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------