[ https://issues.apache.org/jira/browse/QPID-1268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Aidan Skinner updated QPID-1268: -------------------------------- Status: Open (was: Ready To Review) First arg to delete is a File, not a path as the name 'filePath' implies. Test does not check if deleting a directory non-recursively fails. Test does not check that other files in the same directory are unaffected. > Add recursive delete to common FileUtils. > ----------------------------------------- > > Key: QPID-1268 > URL: https://issues.apache.org/jira/browse/QPID-1268 > Project: Qpid > Issue Type: Improvement > Components: Java Common > Reporter: Martin Ritchie > Assignee: Aidan Skinner > Fix For: M4 > > > Summary: > The client test FileUtils class has a delete file but is part of the test > suit and only does File().delete() > The common FileUtils doesn't have delete methods. > Adding a delete and a recursive delete to common FileUtils would be useful > for general file handling esp. in tests. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.