This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 0050921 CAMEL-17407: camel-core - Processor should support
LineNumberAware
0050921 is described below
commit 0050921546ce7afa07031088d0381d6d0ffcf6c2
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Jan 3 21:10:52 2022 +0100
CAMEL-17407: camel-core - Processor should support LineNumberAware
---
.../test/java/org/apache/camel/processor/LineNumberProcessorTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/core/camel-core/src/test/java/org/apache/camel/processor/LineNumberProcessorTest.java
b/core/camel-core/src/test/java/org/apache/camel/processor/LineNumberProcessorTest.java
index 6d2c406..3713b68 100644
---
a/core/camel-core/src/test/java/org/apache/camel/processor/LineNumberProcessorTest.java
+++
b/core/camel-core/src/test/java/org/apache/camel/processor/LineNumberProcessorTest.java
@@ -35,7 +35,7 @@ public class LineNumberProcessorTest extends
ContextTestSupport {
@Test
public void testLineNumber() throws Exception {
-
getMockEndpoint("mock:result").expectedBodiesReceived("org.apache.camel.processor.LineNumberProcessorTest$1:35");
+
getMockEndpoint("mock:result").expectedBodiesReceived("org.apache.camel.processor.LineNumberProcessorTest$1:51");
template.sendBody("direct:start", "Hello World");