Fix compilation issue introduced on last merge.

This commit is contained in:
Timothy Bish 2015-09-04 10:57:13 -04:00
parent 4e32f1e2db
commit 8c763758c8
1 changed files with 4 additions and 0 deletions

View File

@ -68,6 +68,10 @@ public class FailoverTimeoutTest {
}
}
protected String getTransportUri() {
return "tcp://localhost:0";
}
@Test
public void testTimoutDoesNotFailConnectionAttempts() throws Exception {
bs.stop();