Remove check for no exception as it is possible to get the error async before the connection has closed down due to failure
Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/f00a7ffd Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/f00a7ffd Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/f00a7ffd Branch: refs/heads/master Commit: f00a7ffd31bb735b581e996942d04ec79c4bf9af Parents: d2da853 Author: Timothy Bish <tabish...@gmail.com> Authored: Mon Feb 2 15:17:23 2015 -0500 Committer: Timothy Bish <tabish...@gmail.com> Committed: Mon Feb 2 15:17:23 2015 -0500 ---------------------------------------------------------------------- .../apache/qpid/jms/transports/netty/NettySslTransportTest.java | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/f00a7ffd/qpid-jms-client/src/test/java/org/apache/qpid/jms/transports/netty/NettySslTransportTest.java ---------------------------------------------------------------------- diff --git a/qpid-jms-client/src/test/java/org/apache/qpid/jms/transports/netty/NettySslTransportTest.java b/qpid-jms-client/src/test/java/org/apache/qpid/jms/transports/netty/NettySslTransportTest.java index d7f3db0..ddb5e9b 100644 --- a/qpid-jms-client/src/test/java/org/apache/qpid/jms/transports/netty/NettySslTransportTest.java +++ b/qpid-jms-client/src/test/java/org/apache/qpid/jms/transports/netty/NettySslTransportTest.java @@ -125,9 +125,6 @@ public class NettySslTransportTest extends NettyTcpTransportTest { transport.close(); } - - logTransportErrors(); - assertTrue(exceptions.isEmpty()); } @Test(timeout = 60 * 1000) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org