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)