You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2015/11/23 19:29:48 UTC

[19/20] incubator-brooklyn git commit: Add TODO comment about updating the assertion code.

Add TODO comment about updating the assertion code.


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

Branch: refs/heads/master
Commit: 22f34302d9cbacbb71f2da91cec909565cd9b1b7
Parents: a046197
Author: Geoff Macartney <ge...@cloudsoftcorp.com>
Authored: Mon Nov 23 17:14:46 2015 +0000
Committer: Geoff Macartney <ge...@cloudsoftcorp.com>
Committed: Mon Nov 23 17:14:46 2015 +0000

----------------------------------------------------------------------
 .../apache/brooklyn/test/framework/SimpleShellCommandTestImpl.java  | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/22f34302/usage/test-framework/src/main/java/org/apache/brooklyn/test/framework/SimpleShellCommandTestImpl.java
----------------------------------------------------------------------
diff --git a/usage/test-framework/src/main/java/org/apache/brooklyn/test/framework/SimpleShellCommandTestImpl.java b/usage/test-framework/src/main/java/org/apache/brooklyn/test/framework/SimpleShellCommandTestImpl.java
index c0ce8fc..b8cceb8 100644
--- a/usage/test-framework/src/main/java/org/apache/brooklyn/test/framework/SimpleShellCommandTestImpl.java
+++ b/usage/test-framework/src/main/java/org/apache/brooklyn/test/framework/SimpleShellCommandTestImpl.java
@@ -50,6 +50,7 @@ import static org.apache.brooklyn.util.text.Strings.isBlank;
 import static org.apache.brooklyn.util.text.Strings.isNonBlank;
 import static org.apache.commons.collections.MapUtils.isEmpty;
 
+// TODO assertions below should use TestFrameworkAssertions but that class needs to be improved to give better error messages
 public class SimpleShellCommandTestImpl extends AbstractTest implements SimpleShellCommandTest {
 
     public static final int SUCCESS = 0;