Test case regression was fixed.. enabling test again


git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@587509 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2007-10-23 13:58:59 +00:00
parent 0570c00e37
commit 230a57b155
1 changed files with 2 additions and 10 deletions

View File

@ -99,20 +99,12 @@ public class BrokerTest extends BrokerTestSupport {
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");