Resolve JUnit assert deprecations
---------------------------------

                 Key: LUCENE-3419
                 URL: https://issues.apache.org/jira/browse/LUCENE-3419
             Project: Lucene - Java
          Issue Type: Improvement
            Reporter: Chris Male
            Priority: Minor


Many tests use assertEquals methods which have been deprecated.  The culprits 
are assertEquals(float, float), assertEquals(double, double) and 
assertEquals(Object[], Object[]).  Although not a big issue, they annoy me 
every time I see them so I'm going to fix them.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to