mirror of https://github.com/apache/activemq.git
use autofail
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1159153 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e23b8ea0a6
commit
c2179d15b7
|
@ -83,6 +83,7 @@ public class OnePrefetchAsyncConsumerTest extends EmbeddedBrokerTestSupport {
|
|||
}
|
||||
|
||||
protected void setUp() throws Exception {
|
||||
setAutoFail(true);
|
||||
bindAddress = "tcp://localhost:0";
|
||||
super.setUp();
|
||||
|
||||
|
|
Loading…
Reference in New Issue