This closes #355

This commit is contained in:
Clebert Suconic 2016-01-27 12:17:29 -05:00
commit bd26115b6c
1 changed files with 1 additions and 1 deletions

View File

@ -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();