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/06/19 15:28:42 UTC

[1/2] brooklyn-dist git commit: Delete use of deprecated ApplicationBuilder (in tests)

Repository: brooklyn-dist
Updated Branches:
  refs/heads/master ee69b3c78 -> 4a74b7631


Delete use of deprecated ApplicationBuilder (in tests)

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

Branch: refs/heads/master
Commit: ad6672d06f4acc65d69ab4d90ad1426272ddb7c7
Parents: ee69b3c
Author: Aled Sage <al...@gmail.com>
Authored: Mon Jun 19 13:16:34 2017 +0100
Committer: Aled Sage <al...@gmail.com>
Committed: Mon Jun 19 13:16:34 2017 +0100

----------------------------------------------------------------------
 .../org/apache/brooklyn/cli/BaseCliIntegrationTest.java   | 10 ----------
 1 file changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/ad6672d0/dist/src/test/java/org/apache/brooklyn/cli/BaseCliIntegrationTest.java
----------------------------------------------------------------------
diff --git a/dist/src/test/java/org/apache/brooklyn/cli/BaseCliIntegrationTest.java b/dist/src/test/java/org/apache/brooklyn/cli/BaseCliIntegrationTest.java
index 4cb2d2b..7fdfe41 100644
--- a/dist/src/test/java/org/apache/brooklyn/cli/BaseCliIntegrationTest.java
+++ b/dist/src/test/java/org/apache/brooklyn/cli/BaseCliIntegrationTest.java
@@ -35,7 +35,6 @@ import java.util.concurrent.Future;
 import java.util.concurrent.TimeUnit;
 import java.util.concurrent.TimeoutException;
 
-import org.apache.brooklyn.core.entity.factory.ApplicationBuilder;
 import org.testng.annotations.AfterMethod;
 import org.testng.annotations.BeforeMethod;
 
@@ -176,14 +175,5 @@ public class BaseCliIntegrationTest {
         protected void assertConsoleErrorEmpty() {
             assertTrue(consoleError.isEmpty(), "Error present; error=" + consoleError);
         }
-    };
-
-    /** An empty application for testing. */
-    public static class TestApplication extends ApplicationBuilder {
-        @Override
-        protected void doBuild() {
-            // Empty, for testing
-        }
     }
-
 }


[2/2] brooklyn-dist git commit: This closes #96

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


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

Branch: refs/heads/master
Commit: 4a74b7631f61ef44d4b3e81d9ba7786a48fdba8c
Parents: ee69b3c ad6672d
Author: Duncan Godwin <dr...@googlemail.com>
Authored: Mon Jun 19 16:28:35 2017 +0100
Committer: Duncan Godwin <dr...@googlemail.com>
Committed: Mon Jun 19 16:28:35 2017 +0100

----------------------------------------------------------------------
 .../org/apache/brooklyn/cli/BaseCliIntegrationTest.java   | 10 ----------
 1 file changed, 10 deletions(-)
----------------------------------------------------------------------