Repository: camel Updated Branches: refs/heads/master ca6562683 -> b8a9afc28
Fixed test Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/b8a9afc2 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/b8a9afc2 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/b8a9afc2 Branch: refs/heads/master Commit: b8a9afc28a44b40c612f972230a8f10b201a8b5d Parents: a6f0406 Author: Claus Ibsen <davscl...@apache.org> Authored: Sat May 21 11:50:33 2016 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Sat May 21 12:21:32 2016 +0200 ---------------------------------------------------------------------- .../camel/component/flatpack/DelimitedErrorWithUnmarshalTest.java | 2 +- .../component/flatpack/DelimitedErrorWithUnmarshalTest-context.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/b8a9afc2/components/camel-flatpack/src/test/java/org/apache/camel/component/flatpack/DelimitedErrorWithUnmarshalTest.java ---------------------------------------------------------------------- diff --git a/components/camel-flatpack/src/test/java/org/apache/camel/component/flatpack/DelimitedErrorWithUnmarshalTest.java b/components/camel-flatpack/src/test/java/org/apache/camel/component/flatpack/DelimitedErrorWithUnmarshalTest.java index bf0073b..b4a8fd0 100644 --- a/components/camel-flatpack/src/test/java/org/apache/camel/component/flatpack/DelimitedErrorWithUnmarshalTest.java +++ b/components/camel-flatpack/src/test/java/org/apache/camel/component/flatpack/DelimitedErrorWithUnmarshalTest.java @@ -41,7 +41,7 @@ public class DelimitedErrorWithUnmarshalTest extends AbstractJUnit4SpringContext @Test public void testCamel() throws Exception { - results.expectedMessageCount(2); + results.expectedMessageCount(3); dataset.setExpectedMessageCount(1); results.assertIsSatisfied(); dataset.assertIsSatisfied(); http://git-wip-us.apache.org/repos/asf/camel/blob/b8a9afc2/components/camel-flatpack/src/test/resources/org/apache/camel/component/flatpack/DelimitedErrorWithUnmarshalTest-context.xml ---------------------------------------------------------------------- diff --git a/components/camel-flatpack/src/test/resources/org/apache/camel/component/flatpack/DelimitedErrorWithUnmarshalTest-context.xml b/components/camel-flatpack/src/test/resources/org/apache/camel/component/flatpack/DelimitedErrorWithUnmarshalTest-context.xml index 087bc3d..e3ce12e 100644 --- a/components/camel-flatpack/src/test/resources/org/apache/camel/component/flatpack/DelimitedErrorWithUnmarshalTest-context.xml +++ b/components/camel-flatpack/src/test/resources/org/apache/camel/component/flatpack/DelimitedErrorWithUnmarshalTest-context.xml @@ -30,6 +30,7 @@ <to uri="mock:dataset"/> <split> <simple>${body}</simple> + <to uri="log:row"/> <to uri="mock:results"/> </split> </route>