[ 
https://issues.apache.org/jira/browse/GEODE-6648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16826295#comment-16826295
 ] 

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

Commit 251d35e2759f76303df97d3585d09a758a5f0e01 in geode-examples's branch 
refs/heads/master 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
>            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
(v7.6.3#76005)

Reply via email to