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 2014/11/03 15:24:55 UTC

[3/9] git commit: Fix BindDnsServerIntegrationTest.rebind

Fix BindDnsServerIntegrationTest.rebind

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

Branch: refs/heads/master
Commit: a9d97fa3d28ba5818a2d6ec3603bfc07cf062c33
Parents: 2004112
Author: Aled Sage <al...@gmail.com>
Authored: Mon Nov 3 10:55:41 2014 +0000
Committer: Aled Sage <al...@gmail.com>
Committed: Mon Nov 3 10:55:41 2014 +0000

----------------------------------------------------------------------
 .../brooklyn/entity/network/bind/BindDnsServerIntegrationTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/a9d97fa3/software/network/src/test/java/brooklyn/entity/network/bind/BindDnsServerIntegrationTest.java
----------------------------------------------------------------------
diff --git a/software/network/src/test/java/brooklyn/entity/network/bind/BindDnsServerIntegrationTest.java b/software/network/src/test/java/brooklyn/entity/network/bind/BindDnsServerIntegrationTest.java
index 2ba4e43..4d785ba 100644
--- a/software/network/src/test/java/brooklyn/entity/network/bind/BindDnsServerIntegrationTest.java
+++ b/software/network/src/test/java/brooklyn/entity/network/bind/BindDnsServerIntegrationTest.java
@@ -74,7 +74,7 @@ public class BindDnsServerIntegrationTest extends RebindTestFixture {
         assertEquals(dns.getAttribute(BindDnsServer.ADDRESS_MAPPINGS).keySet().size(), 1);
         assertMapSizes(3, 1, 2, 1);
 
-        rebind();
+        rebind(false);
         dns = (BindDnsServer) Iterables.getOnlyElement(Iterables.filter(newApp.getChildren(), Predicates.instanceOf(BindDnsServer.class)));
         cluster = (DynamicCluster) Iterables.getOnlyElement(Iterables.filter(newApp.getChildren(), Predicates.instanceOf(DynamicCluster.class)));