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/05 16:04:49 UTC

activemq git commit: prevent test from pulling in persistence adapter from default location, persistence is not required for this test

Repository: activemq
Updated Branches:
  refs/heads/trunk bbb2acca2 -> 3858faaf9


prevent test from pulling in persistence adapter from default location, persistence is not required for this test


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

Branch: refs/heads/trunk
Commit: 3858faaf9dcf203b6fc37f5ffbcf8e10064399ce
Parents: bbb2acc
Author: gtully <ga...@gmail.com>
Authored: Fri Dec 5 15:04:11 2014 +0000
Committer: gtully <ga...@gmail.com>
Committed: Fri Dec 5 15:04:11 2014 +0000

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


http://git-wip-us.apache.org/repos/asf/activemq/blob/3858faaf/activemq-ra/src/test/java/org/apache/activemq/ra/ManagedConnectionTest.java
----------------------------------------------------------------------
diff --git a/activemq-ra/src/test/java/org/apache/activemq/ra/ManagedConnectionTest.java b/activemq-ra/src/test/java/org/apache/activemq/ra/ManagedConnectionTest.java
index 1c31c52..b3343f9 100755
--- a/activemq-ra/src/test/java/org/apache/activemq/ra/ManagedConnectionTest.java
+++ b/activemq-ra/src/test/java/org/apache/activemq/ra/ManagedConnectionTest.java
@@ -36,7 +36,7 @@ import org.apache.activemq.ActiveMQConnectionFactory;
  */
 public class ManagedConnectionTest 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;