FileUtilsCleanDirectoryTestCase fails on Windoes if command chmod is available
------------------------------------------------------------------------------
Key: IO-115
URL: https://issues.apache.org/jira/browse/IO-115
Project: Commons IO
Issue Type: Bug
Components: Utilities
Affects Versions: 1.3.1
Reporter: Joerg Schaible
Fix For: 1.3.1
Some tests in FileUtilsCleanDirectoryTestCase try to delete files that have
been set to read-only. This is expected to throw an exception. To set the
read-only flag the method chmod() tries to execute the unix "chmod" command. If
this fails (which should normally be the case on windows), the test is ignored.
If Posix tools are available e.g. from Cygwin, MKS Toolkit, Microsoft's Posix
Tools or similar ones the test fails.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]