You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/04/13 00:23:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16816759#comment-16816759 ] 

ASF subversion and git services commented on GEODE-6648:
--------------------------------------------------------

Commit 251d35e2759f76303df97d3585d09a758a5f0e01 in geode-examples's branch refs/heads/develop from Sai Boorlagadda
[ https://gitbox.apache.org/repos/asf?p=geode-examples.git;h=251d35e ]

GEODE-6648: use org.junit.Assert.assertEquals

  org.jgroups.util.Util.assertEquals was wrongly
  imported instead of org.junit.Assert.assertEquals


> 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
>            Priority: Major
>
> 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
(v7.6.3#76005)