mirror of https://github.com/apache/activemq.git
remove broker topic version of this test
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@791593 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5a0da57be8
commit
c688b78617
|
@ -70,10 +70,6 @@ public class ExpiredMessagesTest extends CombinationTestSupport {
|
|||
broker.waitUntilStarted();
|
||||
}
|
||||
|
||||
public void initCombosForTestExpiredMessages() {
|
||||
addCombinationValues("destination", new Object[] {new ActiveMQQueue("test"), new ActiveMQTopic("test")});
|
||||
}
|
||||
|
||||
public void testExpiredMessages() throws Exception {
|
||||
|
||||
ActiveMQConnectionFactory factory = new ActiveMQConnectionFactory("tcp://localhost:61616");
|
||||
|
@ -153,5 +149,4 @@ public class ExpiredMessagesTest extends CombinationTestSupport {
|
|||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue