Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-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 1C9A21098B for ; Fri, 8 Nov 2013 14:18:19 +0000 (UTC) Received: (qmail 43356 invoked by uid 500); 8 Nov 2013 14:18:16 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 43050 invoked by uid 500); 8 Nov 2013 14:18:13 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 42866 invoked by uid 99); 8 Nov 2013 14:18:08 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Nov 2013 14:18:08 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 516E98159F1; Fri, 8 Nov 2013 14:18:08 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davsclaus@apache.org To: commits@camel.apache.org Date: Fri, 08 Nov 2013 14:18:14 -0000 Message-Id: <35363ceda6944f838a759c33c567f4fe@git.apache.org> In-Reply-To: <322643907a63494c94819733150db42b@git.apache.org> References: <322643907a63494c94819733150db42b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [7/8] git commit: Fixed test Fixed test Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/c7117b71 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/c7117b71 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/c7117b71 Branch: refs/heads/camel-2.11.x Commit: c7117b71f16e51e6c2ea7a79bd268e71c810c9a0 Parents: 67c63ee Author: Claus Ibsen Authored: Fri Nov 8 15:16:04 2013 +0100 Committer: Claus Ibsen Committed: Fri Nov 8 15:19:04 2013 +0100 ---------------------------------------------------------------------- .../camel/component/sql/SqlConsumerDeleteBatchCompleteTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/c7117b71/components/camel-sql/src/test/java/org/apache/camel/component/sql/SqlConsumerDeleteBatchCompleteTest.java ---------------------------------------------------------------------- diff --git a/components/camel-sql/src/test/java/org/apache/camel/component/sql/SqlConsumerDeleteBatchCompleteTest.java b/components/camel-sql/src/test/java/org/apache/camel/component/sql/SqlConsumerDeleteBatchCompleteTest.java index 8496903..f43766b 100644 --- a/components/camel-sql/src/test/java/org/apache/camel/component/sql/SqlConsumerDeleteBatchCompleteTest.java +++ b/components/camel-sql/src/test/java/org/apache/camel/component/sql/SqlConsumerDeleteBatchCompleteTest.java @@ -55,7 +55,7 @@ public class SqlConsumerDeleteBatchCompleteTest extends CamelTestSupport { @Test public void testConsume() throws Exception { MockEndpoint mock = getMockEndpoint("mock:result"); - mock.expectedMessageCount(1); + mock.expectedMessageCount(3); assertMockEndpointsSatisfied();