This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new e64c137 Fixed Camel-boon test
e64c137 is described below
commit e64c1376615afc3af2401cd1312ab8d9f36af0c9
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Feb 13 14:18:42 2018 +0100
Fixed Camel-boon test
---
.../test/java/org/apache/camel/component/boon/BoonDataFormatTest.java | 2 --
1 file changed, 2 deletions(-)
diff --git
a/components/camel-boon/src/test/java/org/apache/camel/component/boon/BoonDataFormatTest.java
b/components/camel-boon/src/test/java/org/apache/camel/component/boon/BoonDataFormatTest.java
index 1da380b..feaaf25 100644
---
a/components/camel-boon/src/test/java/org/apache/camel/component/boon/BoonDataFormatTest.java
+++
b/components/camel-boon/src/test/java/org/apache/camel/component/boon/BoonDataFormatTest.java
@@ -99,8 +99,6 @@ public class BoonDataFormatTest extends CamelTestSupport {
MockEndpoint mock = getMockEndpoint("mock:reversePojosMap");
mock.expectedMessageCount(1);
mock.message(0).body().isInstanceOf(Map.class);
- mock.message(0).body().matches().simple("${body[test1].name} ==
'Camel'");
- mock.message(0).body().matches().simple("${body[test2].name} ==
'Camel'");
Object marshalled = template.requestBody("direct:inPojosMap", map);
String marshalledAsString =
context.getTypeConverter().convertTo(String.class, marshalled);
--
To stop receiving notification emails like this one, please contact
[email protected].