https://issues.apache.org/jira/browse/AMQ-5304 - re-enable the test as the fix should be fixed now; amqp version of the test is ignored until we have temp destinations work properly with amqp

This commit is contained in:
Dejan Bosanac 2014-08-08 14:00:13 +02:00
parent 1f9a2d6f68
commit ec2a3c750b
2 changed files with 5 additions and 1 deletions

View File

@ -59,4 +59,9 @@ public class ActiveMQAMQPBrokerFeatureTest extends ActiveMQBrokerFeatureTest {
return connection; return connection;
} }
@Override
public void testTemporaryDestinations() throws Throwable {
// ignore until we have temporary destination are working in amqp
}
} }

View File

@ -72,7 +72,6 @@ public class ActiveMQBrokerFeatureTest extends AbstractJmsFeatureTest {
} }
@Test @Test
@Ignore
public void testTemporaryDestinations() throws Throwable { public void testTemporaryDestinations() throws Throwable {
Connection connection = getConnection(); Connection connection = getConnection();
Session session = connection.createSession(false, Session.AUTO_ACKNOWLEDGE); Session session = connection.createSession(false, Session.AUTO_ACKNOWLEDGE);