Sorry was experimenting with the test on windows, and changed a parameter.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1387648 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Claus Ibsen 2012-09-19 15:45:16 +00:00
parent bdc676bbbc
commit 67b0c1861f
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public class FailoverTransportTest {
public void testReconnectUnlimited() throws Exception {
Transport transport = TransportFactory.connect(
new URI("failover://(tcp://0.0.0.0:61616)?useExponentialBackOff=false&reconnectDelay=100&initialReconnectDelay=0"));
new URI("failover://(tcp://0.0.0.0:61616)?useExponentialBackOff=false&reconnectDelay=0&initialReconnectDelay=0"));
transport.setTransportListener(new TransportListener() {