[jboss-cvs] JBoss Messaging SVN: r5609 - branches/Branch_Failover_Page/tests/src/org/jboss/messaging/tests/integration/cluster/failover.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 9 01:40:50 EST 2009


Author: clebert.suconic at jboss.com
Date: 2009-01-09 01:40:50 -0500 (Fri, 09 Jan 2009)
New Revision: 5609

Modified:
   branches/Branch_Failover_Page/tests/src/org/jboss/messaging/tests/integration/cluster/failover/LargeMessageFailoverTest.java
Log:
Fixing size on LargeMessageFailoverTest

Modified: branches/Branch_Failover_Page/tests/src/org/jboss/messaging/tests/integration/cluster/failover/LargeMessageFailoverTest.java
===================================================================
--- branches/Branch_Failover_Page/tests/src/org/jboss/messaging/tests/integration/cluster/failover/LargeMessageFailoverTest.java	2009-01-09 06:24:32 UTC (rev 5608)
+++ branches/Branch_Failover_Page/tests/src/org/jboss/messaging/tests/integration/cluster/failover/LargeMessageFailoverTest.java	2009-01-09 06:40:50 UTC (rev 5609)
@@ -91,7 +91,7 @@
    {
       ClientSessionFactory factory = createFailoverFactory();
 
-      // factory.setMinLargeMessageSize(10 * 1024);
+      factory.setMinLargeMessageSize(10 * 1024);
 
       final int messageSize = 25000;
 




More information about the jboss-cvs-commits mailing list