Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E384018F0F for ; Wed, 11 Nov 2015 22:04:51 +0000 (UTC) Received: (qmail 41062 invoked by uid 500); 11 Nov 2015 22:04:51 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 41016 invoked by uid 500); 11 Nov 2015 22:04:51 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 40980 invoked by uid 99); 11 Nov 2015 22:04:51 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Nov 2015 22:04:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A58DAE0200; Wed, 11 Nov 2015 22:04:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: clebertsuconic@apache.org To: commits@activemq.apache.org Message-Id: <339b4592ef0949b3a55e62b75f616948@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: activemq-artemis git commit: small tweak on test Date: Wed, 11 Nov 2015 22:04:51 +0000 (UTC) Repository: activemq-artemis Updated Branches: refs/heads/master 95782a7bc -> 06b0c3119 small tweak on 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/06b0c311 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/06b0c311 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/06b0c311 Branch: refs/heads/master Commit: 06b0c3119309142079d71e15ae4f752e2da12edf Parents: 95782a7 Author: Clebert Suconic Authored: Wed Nov 11 17:04:46 2015 -0500 Committer: Clebert Suconic Committed: Wed Nov 11 17:04:46 2015 -0500 ---------------------------------------------------------------------- .../src/test/java/org/apache/activemq/cli/test/ArtemisTest.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/06b0c311/artemis-cli/src/test/java/org/apache/activemq/cli/test/ArtemisTest.java ---------------------------------------------------------------------- diff --git a/artemis-cli/src/test/java/org/apache/activemq/cli/test/ArtemisTest.java b/artemis-cli/src/test/java/org/apache/activemq/cli/test/ArtemisTest.java index fd6d114..2b87486 100644 --- a/artemis-cli/src/test/java/org/apache/activemq/cli/test/ArtemisTest.java +++ b/artemis-cli/src/test/java/org/apache/activemq/cli/test/ArtemisTest.java @@ -194,6 +194,7 @@ public class ArtemisTest { try { Assert.assertEquals(Integer.valueOf(100), Artemis.internalExecute("producer", "--message-count", "100")); + Assert.assertEquals(Integer.valueOf(100), Artemis.internalExecute("consumer", "--message-count", "100")); } finally { stopServer();