Repository: qpid-jms Updated Branches: refs/heads/master 6c3734267 -> 0933c9eee
QPIDJMS-342: fix the test name Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/0933c9ee Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/0933c9ee Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/0933c9ee Branch: refs/heads/master Commit: 0933c9eee125d046ea0776d57fb74d9a8df68032 Parents: 6c37342 Author: Robbie Gemmell <[email protected]> Authored: Wed Apr 25 11:05:37 2018 +0100 Committer: Robbie Gemmell <[email protected]> Committed: Wed Apr 25 11:05:37 2018 +0100 ---------------------------------------------------------------------- .../jms/provider/failover/FailoverSocketLevelAcceptFailures.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/0933c9ee/qpid-jms-client/src/test/java/org/apache/qpid/jms/provider/failover/FailoverSocketLevelAcceptFailures.java ---------------------------------------------------------------------- diff --git a/qpid-jms-client/src/test/java/org/apache/qpid/jms/provider/failover/FailoverSocketLevelAcceptFailures.java b/qpid-jms-client/src/test/java/org/apache/qpid/jms/provider/failover/FailoverSocketLevelAcceptFailures.java index 69b480b..5e6c364 100644 --- a/qpid-jms-client/src/test/java/org/apache/qpid/jms/provider/failover/FailoverSocketLevelAcceptFailures.java +++ b/qpid-jms-client/src/test/java/org/apache/qpid/jms/provider/failover/FailoverSocketLevelAcceptFailures.java @@ -62,7 +62,7 @@ public class FailoverSocketLevelAcceptFailures extends QpidJmsTestCase { } @Test(timeout = 40000) - public void testFailoverHandlesRedirection() throws Exception { + public void testFailoverHandlesSocketNotAccepted() throws Exception { final String remoteURI = "failover:(amqp://localhost:" + server.getLocalPort() + ")?jms.connectTimeout=666&failover.maxReconnectAttempts=1&failover.startupMaxReconnectAttempts=1"; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
