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

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

Sai Boorlagadda created GEODE-6648:
--------------------------------------

             Summary: 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


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)