You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Dick Cavender (Jira)" <ji...@apache.org> on 2019/09/26 18:03:09 UTC

[jira] [Closed] (GEODE-6648) wrong import of assertEquals in geode-example/functions

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

Dick Cavender closed GEODE-6648.
--------------------------------

> wrong import of assertEquals in geode-example/functions
> -------------------------------------------------------
>
>                 Key: GEODE-6648
>                 URL: https://issues.apache.org/jira/browse/GEODE-6648
>             Project: Geode
>          Issue Type: Bug
>          Components: examples
>            Reporter: Sai Boorlagadda
>            Assignee: Sai Boorlagadda
>            Priority: Major
>             Fix For: 1.10.0
>
>
> It was wrongly imported to use org.jgroups.util.Util.assertEquals
> -import static org.jgroups.util.Util.assertEquals;
> +import static org.junit.Assert.assertEquals;
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)