mirror of https://github.com/apache/activemq.git
fix compile error with hogtest
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1059077 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
219c5d32cd
commit
1b9e94fb46
|
@ -60,6 +60,7 @@ public class JmsMultipleClientsTestSupport extends CombinationTestSupport {
|
|||
protected int messageSize = 1024;
|
||||
|
||||
protected boolean useConcurrentSend = true;
|
||||
protected boolean autoFail = true;
|
||||
protected boolean durable;
|
||||
public boolean topic;
|
||||
protected boolean persistent;
|
||||
|
@ -217,7 +218,7 @@ public class JmsMultipleClientsTestSupport extends CombinationTestSupport {
|
|||
}
|
||||
|
||||
protected void setUp() throws Exception {
|
||||
super.setAutoFail(true);
|
||||
super.setAutoFail(autoFail);
|
||||
super.setUp();
|
||||
broker = createBroker();
|
||||
broker.start();
|
||||
|
|
Loading…
Reference in New Issue