summaryrefslogtreecommitdiff
path: root/qpid/java/common/src/test/java/org/apache/qpid/util/FileUtilsTest.java
Commit message (Expand)AuthorAgeFilesLines
* QPID-1992 : Addition of new Broker Logging FrameworkMartin Ritchie2009-07-221-7/+73
* Removed false positive return from FU.delete(). Delete mirrors functionality ...Martin Ritchie2009-03-091-1/+15
* FileUtils would report a failure to delete a non-existent fileMartin Ritchie2009-03-091-0/+10
* QPID-1268 : Improved cleanup and fixed bug in FileUtils.readFileAsString() wh...Martin Ritchie2008-10-081-42/+82
* QPID-1268 : Added additional deleteDirectory method that behaves like rmdir, ...Martin Ritchie2008-10-031-20/+369
* QPID-1268 : Added test for new methodsMartin Ritchie2008-09-021-0/+133