contextshuffling opened a new pull request #485: make test more stable by using HashSet to compare URL: https://github.com/apache/commons-lang/pull/485 This fixes [LANG-1514](https://issues.apache.org/jira/projects/LANG/issues/LANG-1514?filter=allissues) This PR proposes to replace the expected and actual values of the assertions in the tests by wrapping each value into a HashSet and then checking if the two sets are equal, thus ignoring the order of elements in the collections.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
