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

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Nov 5 02:52:32 EST 2009


Author: timfox
Date: 2009-11-05 02:52:32 -0500 (Thu, 05 Nov 2009)
New Revision: 8219

Modified:
   trunk/tests/src/org/hornetq/tests/integration/client/ConsumerWindowSizeTest.java
Log:
removed bogus test

Modified: trunk/tests/src/org/hornetq/tests/integration/client/ConsumerWindowSizeTest.java
===================================================================
--- trunk/tests/src/org/hornetq/tests/integration/client/ConsumerWindowSizeTest.java	2009-11-05 07:31:28 UTC (rev 8218)
+++ trunk/tests/src/org/hornetq/tests/integration/client/ConsumerWindowSizeTest.java	2009-11-05 07:52:32 UTC (rev 8219)
@@ -53,7 +53,7 @@
    {
       return true;
    }
-   
+
    private int getMessageEncodeSize(final SimpleString address) throws Exception
    {
       ClientSessionFactory cf = createFactory(isNetty());
@@ -214,7 +214,7 @@
       internalTestSlowConsumerNoBuffer(false);
    }
 
-//   I believe this test became invalid after we started using another thread to deliver the large message
+   // I believe this test became invalid after we started using another thread to deliver the large message
    public void disabled_testSlowConsumerNoBufferLargeMessages() throws Exception
    {
       internalTestSlowConsumerNoBuffer(true);
@@ -863,11 +863,6 @@
       testNoWindowRoundRobin(false);
    }
 
-   public void testNoWindowRoundRobinLargeMessage() throws Exception
-   {
-      testNoWindowRoundRobin(true);
-   }
-
    private void testNoWindowRoundRobin(final boolean largeMessages) throws Exception
    {
 
@@ -926,7 +921,7 @@
                   {
                      Thread.sleep(10);
                   }
-                  
+
                   assertNull(consumerImpl.getAvailableCredits());
                }
             }



More information about the hornetq-commits mailing list