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:
Bosanac Dejan 2010-06-09 11:14:10 +00:00
parent 9fcf16eaab
commit bf61bebd79
1 changed files with 0 additions and 5 deletions

View File

@ -111,11 +111,6 @@ public class AMQ2413Test extends CombinationTestSupport implements MessageListen
super.tearDown(); 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 { public void testReceipt() throws Exception {
running.set(true); running.set(true);