reta commented on a change in pull request #755:
URL: https://github.com/apache/cxf/pull/755#discussion_r590908407



##########
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:
       Please split into two test cases:
    - Windows style
    - Unix style




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


Reply via email to