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 2017/08/10 18:44:49 UTC

activemq-artemis git commit: ARTEMIS-1333 removing Exception(trace) from test

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 2c30be880 -> cc2693691


ARTEMIS-1333 removing Exception(trace) from test


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

Branch: refs/heads/master
Commit: cc269369170bfc6ec6f693386be024aebffc521c
Parents: 2c30be8
Author: Clebert Suconic <cl...@apache.org>
Authored: Thu Aug 10 14:41:50 2017 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu Aug 10 14:42:16 2017 -0400

----------------------------------------------------------------------
 .../activemq/artemis/tests/integration/client/SendAckFailTest.java  | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/cc269369/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/SendAckFailTest.java
----------------------------------------------------------------------
diff --git a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/SendAckFailTest.java b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/SendAckFailTest.java
index 292b5c4..a098436 100644
--- a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/SendAckFailTest.java
+++ b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/SendAckFailTest.java
@@ -96,7 +96,6 @@ public class SendAckFailTest extends ActiveMQTestBase {
 
    @Override
    public String getJournalDir(final int index, final boolean backup) {
-      new Exception("trace").printStackTrace(System.out);
       return "./target/send-ack/journal";
    }