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 2015/09/21 15:29:56 UTC

[1/2] incubator-brooklyn git commit: Fix CliTest.testDefaultInfoCommand

Repository: incubator-brooklyn
Updated Branches:
  refs/heads/master 08995e068 -> 10c657648


Fix CliTest.testDefaultInfoCommand

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

Branch: refs/heads/master
Commit: 1836d218beab08c00138c28f63a19778a3c6ed9c
Parents: 08995e0
Author: Aled Sage <al...@gmail.com>
Authored: Mon Sep 21 14:28:02 2015 +0100
Committer: Aled Sage <al...@gmail.com>
Committed: Mon Sep 21 14:28:02 2015 +0100

----------------------------------------------------------------------
 usage/cli/src/test/java/org/apache/brooklyn/cli/CliTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/1836d218/usage/cli/src/test/java/org/apache/brooklyn/cli/CliTest.java
----------------------------------------------------------------------
diff --git a/usage/cli/src/test/java/org/apache/brooklyn/cli/CliTest.java b/usage/cli/src/test/java/org/apache/brooklyn/cli/CliTest.java
index c3d9eb6..5e38a3e 100644
--- a/usage/cli/src/test/java/org/apache/brooklyn/cli/CliTest.java
+++ b/usage/cli/src/test/java/org/apache/brooklyn/cli/CliTest.java
@@ -311,7 +311,7 @@ public class CliTest {
     @Test
     public void testDefaultInfoCommand() {
         Cli<BrooklynCommand> cli = buildCli();
-        BrooklynCommand command = cli.parse("");
+        BrooklynCommand command = cli.parse();
         assertTrue(command instanceof DefaultInfoCommand, "Command is: "+command);
     }
 


[2/2] incubator-brooklyn git commit: This closes #913

Posted by al...@apache.org.
This closes #913


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

Branch: refs/heads/master
Commit: 10c6576489fa3739e11ccd52ba9d2f78f5f18389
Parents: 08995e0 1836d21
Author: Aled Sage <al...@gmail.com>
Authored: Mon Sep 21 14:29:45 2015 +0100
Committer: Aled Sage <al...@gmail.com>
Committed: Mon Sep 21 14:29:45 2015 +0100

----------------------------------------------------------------------
 usage/cli/src/test/java/org/apache/brooklyn/cli/CliTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------