alanmehio commented on a change in pull request #755:
URL: https://github.com/apache/cxf/pull/755#discussion_r591791255
##########
File path: core/src/test/java/org/apache/cxf/helpers/FileUtilsTest.java
##########
@@ -79,4 +78,15 @@ public void testGetFiles() throws URISyntaxException {
assertEquals(foundFiles, foundFiles2);
}
+
+ @Test
+ public void testStripPath() {
+ String name = "c:\\boo\foo\\file.txt";
Review comment:
@reta Done. It is much better to have very specific unit test
----------------------------------------------------------------
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]