Eliminate CSVPrinterTest.equals(String[][], String[][]) by using 
Assert.assertArrayEquals
-----------------------------------------------------------------------------------------

                 Key: CSV-69
                 URL: https://issues.apache.org/jira/browse/CSV-69
             Project: Commons CSV
          Issue Type: Test
            Reporter: Benedikt Ritter


CSVPrinterTest uses an equals method to compare two dimensional String arrays. 
Since the project has been updated to JUnit 4, Assert.assertArrayEquals() can 
be used instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to