mirror of https://github.com/apache/activemq.git
resolve failing test in hudson, dangling broker prevents restart
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1005409 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c4911bda04
commit
fb6c2da31d
|
@ -338,8 +338,8 @@ public class ProducerFlowControlTest extends JmsTestSupport {
|
|||
TcpTransport t = (TcpTransport)connection.getTransport().narrow(TcpTransport.class);
|
||||
t.getTransportListener().onException(new IOException("Disposed."));
|
||||
connection.getTransport().stop();
|
||||
super.tearDown();
|
||||
}
|
||||
super.tearDown();
|
||||
}
|
||||
|
||||
protected ConnectionFactory createConnectionFactory() throws Exception {
|
||||
|
|
Loading…
Reference in New Issue