[
https://issues.apache.org/jira/browse/IO-115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481869
]
Oliver Heger commented on IO-115:
---------------------------------
The problem seems to be fixed in revision 518770
(http://svn.apache.org/viewvc?view=rev&revision=518770). Here the os.name
system property is checked to avoid that the affected tests get executed under
windows. Don't know if this is the most elegant solution, but it works!
> 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.4
>
>
> 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]