You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2014/12/08 15:06:46 UTC

activemq git commit: remove unnecessary broker durability from this test

Repository: activemq
Updated Branches:
  refs/heads/trunk bc3587cfc -> f75857fbb


remove unnecessary broker durability from this test


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

Branch: refs/heads/trunk
Commit: f75857fbbf0e11d6d2680d677463dd2a72285321
Parents: bc3587c
Author: gtully <ga...@gmail.com>
Authored: Mon Dec 8 14:06:15 2014 +0000
Committer: gtully <ga...@gmail.com>
Committed: Mon Dec 8 14:06:15 2014 +0000

----------------------------------------------------------------------
 .../java/org/apache/activemq/ra/UnsubscribeResubscribeTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/f75857fb/activemq-ra/src/test/java/org/apache/activemq/ra/UnsubscribeResubscribeTest.java
----------------------------------------------------------------------
diff --git a/activemq-ra/src/test/java/org/apache/activemq/ra/UnsubscribeResubscribeTest.java b/activemq-ra/src/test/java/org/apache/activemq/ra/UnsubscribeResubscribeTest.java
index a0e254e..56aa45f 100644
--- a/activemq-ra/src/test/java/org/apache/activemq/ra/UnsubscribeResubscribeTest.java
+++ b/activemq-ra/src/test/java/org/apache/activemq/ra/UnsubscribeResubscribeTest.java
@@ -34,7 +34,7 @@ import org.apache.activemq.ActiveMQConnectionFactory;
  */
 public class UnsubscribeResubscribeTest extends TestCase {
 
-    private static final String DEFAULT_HOST = "vm://localhost";
+    private static final String DEFAULT_HOST = "vm://localhost?broker.persistent=false";
 
     private ConnectionManagerAdapter connectionManager = new ConnectionManagerAdapter();
     private ActiveMQManagedConnectionFactory managedConnectionFactory;