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 d31c792189c Can we commit to git
d31c792189c is described below
commit d31c792189c8ce3d345159d528da11cf660772b2
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Aug 17 07:01:16 2022 +0200
Can we commit to git
---
.../src/test/java/org/apache/camel/builder/NotifyBuilderTest.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/core/camel-core/src/test/java/org/apache/camel/builder/NotifyBuilderTest.java
b/core/camel-core/src/test/java/org/apache/camel/builder/NotifyBuilderTest.java
index 6f7b4a337e4..1c4eedd1062 100644
---
a/core/camel-core/src/test/java/org/apache/camel/builder/NotifyBuilderTest.java
+++
b/core/camel-core/src/test/java/org/apache/camel/builder/NotifyBuilderTest.java
@@ -702,6 +702,7 @@ public class NotifyBuilderTest extends ContextTestSupport {
MockEndpoint mock = getMockEndpoint("mock:assert");
mock.expectedBodiesReceivedInAnyOrder("Hello World", "Bye World", "Hi
World");
+ // TODO: CAMEL-18396
NotifyBuilder notify = new
NotifyBuilder(context).from("direct:foo").whenDoneSatisfied(mock).create();
assertEquals(false, notify.matches());