ARTEMIS-365 - [Artemis Testsuite] AddressControlTest#testGetNumberOfPages fails

This commit is contained in:
Erich Duda 2016-01-27 14:37:21 +01:00 committed by Clebert Suconic
parent c14e0134d1
commit 79f39693f3
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ public class AddressControlTest extends ManagementTestBase {
SimpleString address = RandomUtil.randomSimpleString(); SimpleString address = RandomUtil.randomSimpleString();
AddressSettings addressSettings = new AddressSettings().setPageSizeBytes(1024).setMaxSizeBytes(10 * 1024); 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.getAddressSettingsRepository().addMatch(address.toString(), addressSettings);
server.start(); server.start();