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());
}
}
Show replies by date