mirror of https://github.com/apache/activemq.git
Fix compilation issue introduced on last merge.
This commit is contained in:
parent
4e32f1e2db
commit
8c763758c8
|
@ -68,6 +68,10 @@ public class FailoverTimeoutTest {
|
|||
}
|
||||
}
|
||||
|
||||
protected String getTransportUri() {
|
||||
return "tcp://localhost:0";
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testTimoutDoesNotFailConnectionAttempts() throws Exception {
|
||||
bs.stop();
|
||||
|
|
Loading…
Reference in New Issue