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/12/23 12:07:11 UTC

[48/71] [abbrv] incubator-brooklyn git commit: [SERVER] updated BrooklynJavascriptGuiLauncherTest to use a non brooklyn-library test entity

[SERVER] updated BrooklynJavascriptGuiLauncherTest to use a non brooklyn-library test entity


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

Branch: refs/heads/master
Commit: 39616e408e6da67ea341608f613ecb9c1626404a
Parents: 559fee4
Author: John McCabe <jo...@johnmccabe.net>
Authored: Thu Dec 17 23:20:24 2015 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Mon Dec 21 16:43:37 2015 +0000

----------------------------------------------------------------------
 .../brooklyn/rest/jsgui/BrooklynJavascriptGuiLauncherTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/39616e40/brooklyn-server/launcher/src/test/java/org/apache/brooklyn/rest/jsgui/BrooklynJavascriptGuiLauncherTest.java
----------------------------------------------------------------------
diff --git a/brooklyn-server/launcher/src/test/java/org/apache/brooklyn/rest/jsgui/BrooklynJavascriptGuiLauncherTest.java b/brooklyn-server/launcher/src/test/java/org/apache/brooklyn/rest/jsgui/BrooklynJavascriptGuiLauncherTest.java
index 86eb4fa..b08645b 100644
--- a/brooklyn-server/launcher/src/test/java/org/apache/brooklyn/rest/jsgui/BrooklynJavascriptGuiLauncherTest.java
+++ b/brooklyn-server/launcher/src/test/java/org/apache/brooklyn/rest/jsgui/BrooklynJavascriptGuiLauncherTest.java
@@ -57,7 +57,7 @@ public class BrooklynJavascriptGuiLauncherTest {
         BrooklynRestApiLauncherTestFixture.enableAnyoneLogin(server);
         checkEventuallyHealthy();
         checkUrlContains("/index.html", "Brooklyn");
-        checkUrlContains("/v1/catalog/entities", "Tomcat");
+        checkUrlContains("/v1/catalog/entities", "BrooklynNode");
     }
 
     protected void checkUrlContains(final String path, final String text) {