Repository: activemq-artemis Updated Branches: refs/heads/master c9a4b8789 -> 50b18dfbb (forced update)
NO-JIRA: ScaleDownTest checkstyle error fix Empty space removed that produced a checkstyle error. Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/50b18dfb Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/50b18dfb Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/50b18dfb Branch: refs/heads/master Commit: 50b18dfbbcd3e1ce76cb6eff6be46314e0e0cf65 Parents: d6bdb1a Author: Roddie Kieley <[email protected]> Authored: Mon Sep 17 12:30:37 2018 -0230 Committer: Clebert Suconic <[email protected]> Committed: Mon Sep 17 14:53:22 2018 -0400 ---------------------------------------------------------------------- .../activemq/artemis/tests/integration/server/ScaleDownTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/50b18dfb/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/ScaleDownTest.java ---------------------------------------------------------------------- diff --git a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/ScaleDownTest.java b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/ScaleDownTest.java index 1a1d007..2a395d7 100644 --- a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/ScaleDownTest.java +++ b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/ScaleDownTest.java @@ -307,7 +307,7 @@ public class ScaleDownTest extends ClusterTestBase { // trigger scaleDown from node 0 to node 1 servers[0].stop(); - + Assert.assertEquals(((QueueImpl)((LocalQueueBinding) servers[1].getPostOffice().getBinding(new SimpleString(queueName2))).getBindable()).getRoutingType(), RoutingType.ANYCAST); // get the 1 message from queue 2 addConsumer(0, 1, queueName2, null);
