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

2019-04-25 Thread ASF subversion and git services (JIRA)


[ 
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)


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

2019-04-12 Thread ASF subversion and git services (JIRA)


[ 
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)