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:
Gary Tully 2009-07-06 19:58:24 +00:00
parent 5a0da57be8
commit c688b78617
1 changed files with 0 additions and 5 deletions

View File

@ -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 {
}