You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2016/05/04 18:49:00 UTC

[1/2] activemq-artemis git commit: This closes #504

Repository: activemq-artemis
Updated Branches:
  refs/heads/master a7c80fbf9 -> bb8d095c1


This closes #504


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

Branch: refs/heads/master
Commit: bb8d095c195d147801b0645847ee20bda1c7414a
Parents: a7c80fb 2fdbba5
Author: Clebert Suconic <cl...@apache.org>
Authored: Wed May 4 14:48:51 2016 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed May 4 14:48:51 2016 -0400

----------------------------------------------------------------------
 .../tests/integration/largemessage/LargeMessageTestBase.java     | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------



[2/2] activemq-artemis git commit: Switch File Based Large Message Tests

Posted by cl...@apache.org.
Switch File Based Large Message Tests


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

Branch: refs/heads/master
Commit: 2fdbba54dc872bc4008b3fd269cec064db1a1955
Parents: a7c80fb
Author: Martyn Taylor <mt...@redhat.com>
Authored: Wed May 4 19:28:06 2016 +0100
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed May 4 14:48:51 2016 -0400

----------------------------------------------------------------------
 .../tests/integration/largemessage/LargeMessageTestBase.java     | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2fdbba54/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/largemessage/LargeMessageTestBase.java
----------------------------------------------------------------------
diff --git a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/largemessage/LargeMessageTestBase.java b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/largemessage/LargeMessageTestBase.java
index d7d5b1c..6664d1e 100644
--- a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/largemessage/LargeMessageTestBase.java
+++ b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/largemessage/LargeMessageTestBase.java
@@ -81,9 +81,7 @@ public abstract class LargeMessageTestBase extends ActiveMQTestBase {
 
    @Parameterized.Parameters(name = "storeType={0}")
    public static Collection<Object[]> data() {
-//      Object[][] params = new Object[][] {{StoreConfiguration.StoreType.FILE}, {StoreConfiguration.StoreType.DATABASE}};
-      Object[][] params = new Object[][] {{StoreConfiguration.StoreType.DATABASE}};
-      //Object[][] params = new Object[][] {{StoreConfiguration.StoreType.FILE}};
+      Object[][] params = new Object[][]{{StoreConfiguration.StoreType.FILE}, {StoreConfiguration.StoreType.DATABASE}};
       return Arrays.asList(params);
    }