Author: clebert.suconic(a)jboss.com
Date: 2011-07-18 20:24:09 -0400 (Mon, 18 Jul 2011)
New Revision: 10997
Modified:
branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/server/cluster/impl/BridgeImpl.java
Log:
fixing tests
Modified:
branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/server/cluster/impl/BridgeImpl.java
===================================================================
---
branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/server/cluster/impl/BridgeImpl.java 2011-07-18
22:05:44 UTC (rev 10996)
+++
branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/server/cluster/impl/BridgeImpl.java 2011-07-19
00:24:09 UTC (rev 10997)
@@ -537,7 +537,7 @@
{
}
- fail(false);
+ fail(me.getCode() == HornetQException.DISCONNECTED);
scheduleRetryConnect();
}
Show replies by date