Author: chirino
Date: Tue Oct 23 06:58:59 2007
New Revision: 587509
URL: http://svn.apache.org/viewvc?rev=587509&view=rev
Log:
https://issues.apache.org/activemq/browse/AMQ-1268
Test case regression was fixed.. enabling test again
Modified:
activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/BrokerTest.java
Modified:
activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/BrokerTest.java
URL:
http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/BrokerTest.java?rev=587509&r1=587508&r2=587509&view=diff
==============================================================================
---
activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/BrokerTest.java
(original)
+++
activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/BrokerTest.java
Tue Oct 23 06:58:59 2007
@@ -99,20 +99,12 @@
assertNoMessagesLeft(connection2);
}
- public void initCombosForTestQueuBrowserWith2Consumers() {
+ public void initCombosForTestQueueBrowserWith2Consumers() {
addCombinationValues("deliveryMode", new Object[]
{Integer.valueOf(DeliveryMode.NON_PERSISTENT),
Integer.valueOf(DeliveryMode.PERSISTENT)});
}
- /**
- * This test is being disabled for now since it is failing. Looks like the
- * queue browser has changed in trunk. It now seems to not give you message
- * that have been dispatched to another consumer but not yet acked. Created
- * JIRA issue: https://issues.apache.org/activemq/browse/AMQ-1268
- *
- * @throws Exception
- */
- public void xtestQueueBrowserWith2Consumers() throws Exception {
+ public void testQueueBrowserWith2Consumers() throws Exception {
ActiveMQDestination destination = new ActiveMQQueue("TEST");