You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2015/09/04 17:03:54 UTC

activemq git commit: Fix compilation issue introduced on last merge.

Repository: activemq
Updated Branches:
  refs/heads/activemq-5.12.x 4e32f1e2d -> 8c763758c


Fix compilation issue introduced on last merge.

Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/8c763758
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/8c763758
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/8c763758

Branch: refs/heads/activemq-5.12.x
Commit: 8c763758c856b67085bd0254bc1682f0bf92303b
Parents: 4e32f1e
Author: Timothy Bish <ta...@gmail.com>
Authored: Fri Sep 4 10:57:13 2015 -0400
Committer: Timothy Bish <ta...@gmail.com>
Committed: Fri Sep 4 10:57:13 2015 -0400

----------------------------------------------------------------------
 .../apache/activemq/transport/failover/FailoverTimeoutTest.java  | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/8c763758/activemq-unit-tests/src/test/java/org/apache/activemq/transport/failover/FailoverTimeoutTest.java
----------------------------------------------------------------------
diff --git a/activemq-unit-tests/src/test/java/org/apache/activemq/transport/failover/FailoverTimeoutTest.java b/activemq-unit-tests/src/test/java/org/apache/activemq/transport/failover/FailoverTimeoutTest.java
index 150d528..35a970f 100644
--- a/activemq-unit-tests/src/test/java/org/apache/activemq/transport/failover/FailoverTimeoutTest.java
+++ b/activemq-unit-tests/src/test/java/org/apache/activemq/transport/failover/FailoverTimeoutTest.java
@@ -68,6 +68,10 @@ public class FailoverTimeoutTest {
         }
     }
 
+    protected String getTransportUri() {
+        return "tcp://localhost:0";
+    }
+
     @Test
     public void testTimoutDoesNotFailConnectionAttempts() throws Exception {
         bs.stop();