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:
Gary Tully 2010-10-07 11:02:35 +00:00
parent c4911bda04
commit fb6c2da31d
1 changed files with 1 additions and 1 deletions

View File

@ -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 {