You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2016/03/15 08:19:33 UTC

[jira] [Resolved] (CAMEL-9706) MockEndpoint: isEqualTo predicate does not handle arrays correctly

     [ https://issues.apache.org/jira/browse/CAMEL-9706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-9706.
--------------------------------
       Resolution: Fixed
         Assignee: Claus Ibsen
    Fix Version/s: 2.17.0

Thanks for the PR

> MockEndpoint: isEqualTo predicate does not handle arrays correctly
> ------------------------------------------------------------------
>
>                 Key: CAMEL-9706
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9706
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Jarosław Strzelecki
>            Assignee: Claus Ibsen
>            Priority: Trivial
>             Fix For: 2.17.0
>
>
> IsEquals predicate does not work correctly for arrays while running tests with MockEndpoint.
> Source of problem was the final line of ObjectHelper#equal method -array1.equals(array2) does not compare the contents of arrays.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)