You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2007/09/20 21:09:45 UTC

svn commit: r577881 - /activemq/trunk/activemq-core/src/test/java/org/apache/activemq/JmsQueueSendReceiveMultipleConsumersTest.java

Author: chirino
Date: Thu Sep 20 12:09:44 2007
New Revision: 577881

URL: http://svn.apache.org/viewvc?rev=577881&view=rev
Log:
Removing invalid testcase.  This test was setting up 2 consumers and storing the message sequences in a single list for both.  Further more it was checking that those messages were delivered in order.  It is not possible garantee order between 2 consumers.. therefore this test is invalid.



Removed:
    activemq/trunk/activemq-core/src/test/java/org/apache/activemq/JmsQueueSendReceiveMultipleConsumersTest.java