mirror of https://github.com/apache/activemq.git
cleaning up AMQ2413Test
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@952962 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9fcf16eaab
commit
bf61bebd79
|
@ -111,11 +111,6 @@ public class AMQ2413Test extends CombinationTestSupport implements MessageListen
|
|||
super.tearDown();
|
||||
}
|
||||
|
||||
public void initCombosForTestFoo() {
|
||||
addCombinationValues("age", new Object[] { new Integer(21), new Integer(30) });
|
||||
addCombinationValues("color", new Object[] { "blue", "green" });
|
||||
}
|
||||
|
||||
public void testReceipt() throws Exception {
|
||||
|
||||
running.set(true);
|
||||
|
|
Loading…
Reference in New Issue