Repository: activemq-artemis Updated Branches: refs/heads/2.6.x 98dd06000 -> 2d2c1c830
NO-JIRA: ScaleDownTest checkstyle error fix Empty space removed that produced a checkstyle error. (cherry picked from commit 50b18dfbbcd3e1ce76cb6eff6be46314e0e0cf65) Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/2d2c1c83 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/2d2c1c83 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/2d2c1c83 Branch: refs/heads/2.6.x Commit: 2d2c1c830e45c605a29c2b7dc39f9e39f27af33b Parents: 98dd060 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:49 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/2d2c1c83/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);
