Repository: activemq-artemis Updated Branches: refs/heads/master d6bdb1a7f -> c9a4b8789
NO-JIRA: ScaleDownTest checkstyle error fix Empty space removed that produced a checkstyle error. (cherry picked from commit 536edc05c435e31f095a283c44fe476846ef68cb) Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/869edfa5 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/869edfa5 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/869edfa5 Branch: refs/heads/master Commit: 869edfa503a8e87a0eea606dec754d38fd7ded7f Parents: d6bdb1a Author: Roddie Kieley <[email protected]> Authored: Mon Sep 17 12:30:37 2018 -0230 Committer: Roddie Kieley <[email protected]> Committed: Mon Sep 17 13:30:26 2018 -0230 ---------------------------------------------------------------------- .../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/869edfa5/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);
