This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push: new b0b891c [IO-701] Make PathUtils.setReadOnly deal with LinuxDosFileAttributeView #186. b0b891c is described below commit b0b891c75f83dd011f4ac872933c635422bf0b54 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu Jan 14 19:54:06 2021 -0500 [IO-701] Make PathUtils.setReadOnly deal with LinuxDosFileAttributeView #186. Clean ups post PR merge. --- .../apache/commons/io/FileUtilsDeleteDirectoryWindowsTestCase.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/io/FileUtilsDeleteDirectoryWindowsTestCase.java b/src/test/java/org/apache/commons/io/FileUtilsDeleteDirectoryWindowsTestCase.java index 5ae3171..6678a6c 100644 --- a/src/test/java/org/apache/commons/io/FileUtilsDeleteDirectoryWindowsTestCase.java +++ b/src/test/java/org/apache/commons/io/FileUtilsDeleteDirectoryWindowsTestCase.java @@ -25,8 +25,11 @@ import java.util.List; import org.junit.jupiter.api.condition.EnabledOnOs; import org.junit.jupiter.api.condition.OS; +/** + * Requires Windows admin karma. + */ @EnabledOnOs(OS.WINDOWS) -public class FileUtilsDeleteDirectoryWinTestCase extends FileUtilsDeleteDirectoryBaseTestCase { +public class FileUtilsDeleteDirectoryWindowsTestCase extends FileUtilsDeleteDirectoryBaseTestCase { @Override protected boolean setupSymlink(final File res, final File link) throws Exception {