From 79f39693f34f8f25d931c5d728e984bddc8e028d Mon Sep 17 00:00:00 2001 From: Erich Duda Date: Wed, 27 Jan 2016 14:37:21 +0100 Subject: [PATCH] ARTEMIS-365 - [Artemis Testsuite] AddressControlTest#testGetNumberOfPages fails --- .../tests/integration/management/AddressControlTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/AddressControlTest.java b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/AddressControlTest.java index cbcba36e93..67a0f59e72 100644 --- a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/AddressControlTest.java +++ b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/management/AddressControlTest.java @@ -188,7 +188,7 @@ public class AddressControlTest extends ManagementTestBase { SimpleString address = RandomUtil.randomSimpleString(); AddressSettings addressSettings = new AddressSettings().setPageSizeBytes(1024).setMaxSizeBytes(10 * 1024); - final int NUMBER_MESSAGES_BEFORE_PAGING = 5; + final int NUMBER_MESSAGES_BEFORE_PAGING = 7; server.getAddressSettingsRepository().addMatch(address.toString(), addressSettings); server.start();