[
https://issues.apache.org/jira/browse/CAMEL-12084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16292260#comment-16292260
]
ASF GitHub Bot commented on CAMEL-12084:
----------------------------------------
davsclaus commented on a change in pull request #2150: CAMEL-12084: Test
encoding for query params in camel-olingo4
URL: https://github.com/apache/camel/pull/2150#discussion_r157157569
##########
File path:
components/camel-olingo4/camel-olingo4-component/src/test/java/org/apache/camel/component/olingo4/Olingo4ComponentTest.java
##########
@@ -118,6 +118,15 @@ public void testRead() throws Exception {
final ClientEntity unbFuncReturn =
(ClientEntity)requestBodyAndHeaders("direct://callunboundfunction", null,
headers);
assertNotNull(unbFuncReturn);
}
+
+ @Test
+ public void testReadWithFilter() {
+ // Read entity set of the People object
Review comment:
You may want to indent this code comment nicely
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Test encoding for query params in camel-olingo4
> -----------------------------------------------
>
> Key: CAMEL-12084
> URL: https://issues.apache.org/jira/browse/CAMEL-12084
> Project: Camel
> Issue Type: Bug
> Components: camel-olingo4
> Affects Versions: 2.20.1
> Reporter: Dmitry Volodin
> Assignee: Dmitry Volodin
> Fix For: 2.20.2
>
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)