[hornetq-commits] JBoss hornetq SVN: r8543 - trunk/tests/src/org/hornetq/tests/integration/client.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Dec 3 18:46:53 EST 2009


Author: clebert.suconic at jboss.com
Date: 2009-12-03 18:46:53 -0500 (Thu, 03 Dec 2009)
New Revision: 8543

Modified:
   trunk/tests/src/org/hornetq/tests/integration/client/PagingTest.java
Log:
Fixing size for test

Modified: trunk/tests/src/org/hornetq/tests/integration/client/PagingTest.java
===================================================================
--- trunk/tests/src/org/hornetq/tests/integration/client/PagingTest.java	2009-12-03 20:20:29 UTC (rev 8542)
+++ trunk/tests/src/org/hornetq/tests/integration/client/PagingTest.java	2009-12-03 23:46:53 UTC (rev 8543)
@@ -1014,7 +1014,7 @@
 
       AddressSettings pagedDestinationB = new AddressSettings();
       pagedDestinationB.setPageSizeBytes(2024);
-      pagedDestinationB.setMaxSizeBytes(20 * 1024);
+      pagedDestinationB.setMaxSizeBytes(25 * 1024);
 
       addresses.put(PAGED_ADDRESS_B.toString(), pagedDestinationB);
 



More information about the hornetq-commits mailing list