prathyushreddylpr commented on code in PR #1504:
URL: https://github.com/apache/cxf/pull/1504#discussion_r1380960440


##########
core/src/test/java/org/apache/cxf/helpers/FileUtilsTest.java:
##########
@@ -77,6 +78,8 @@ public void testGetFiles() throws URISyntaxException {
 
         List<File> foundFiles2 = FileUtils.getFiles(directory, ".*\\.class$");
 
+        Collections.sort(foundFiles);

Review Comment:
   Thanks @reta for the feedback. I have changed the code to check the contents 
of two lists in a better way which would ignore the order of the elements in 
the list. 



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to