This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git
from d19966011 Javadoc
add 61216e59b Split out copy tests out of PathUtilsTest into a new class
PathUtilsCopyTest.
No new revisions were added by this update.
Summary of changes:
.../apache/commons/io/file/PathUtilsCopyTest.java | 153 +++++++++++++++++++++
.../org/apache/commons/io/file/PathUtilsTest.java | 117 ----------------
2 files changed, 153 insertions(+), 117 deletions(-)
create mode 100644
src/test/java/org/apache/commons/io/file/PathUtilsCopyTest.java