[hornetq-commits] JBoss hornetq SVN: r9656 - branches/Branch_2_1/tests/src/org/hornetq/tests/integration/paging.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Sep 8 15:17:54 EDT 2010


Author: clebert.suconic at jboss.com
Date: 2010-09-08 15:17:54 -0400 (Wed, 08 Sep 2010)
New Revision: 9656

Modified:
   branches/Branch_2_1/tests/src/org/hornetq/tests/integration/paging/PagingSendTest.java
Log:
tweak

Modified: branches/Branch_2_1/tests/src/org/hornetq/tests/integration/paging/PagingSendTest.java
===================================================================
--- branches/Branch_2_1/tests/src/org/hornetq/tests/integration/paging/PagingSendTest.java	2010-09-08 16:21:01 UTC (rev 9655)
+++ branches/Branch_2_1/tests/src/org/hornetq/tests/integration/paging/PagingSendTest.java	2010-09-08 19:17:54 UTC (rev 9656)
@@ -187,7 +187,7 @@
 
          final AtomicInteger errors = new AtomicInteger(0);
 
-         final int TOTAL_MESSAGES = 10000;
+         final int TOTAL_MESSAGES = 1000;
          
          // Consumer will be ready after we have commits
          final CountDownLatch ready = new CountDownLatch(1);
@@ -241,8 +241,6 @@
 
             Assert.assertNotNull(msg);
             
-            System.out.println("i = " + i);
-            
             assertEquals(i, msg.getIntProperty("count").intValue());
             
             msg.acknowledge();



More information about the hornetq-commits mailing list