The tests were using explicit Unix-style path separators, whereas the utils
themselves were using File.separator, so the tests failed on Windows. Now
the tests also use File.separator, and work on Windows. The one tricky part
is that paths for regex searches need to be escaped if the separator is a
backslash.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@140609 13f79535-47bb-0310-9956-ffa450edef68
2 files changed