Fixed FileProject.delete() bug. Preparing for libpit 1.1.6

This commit is contained in:
Jonathan Bernard
2010-02-24 07:58:37 -06:00
parent 240329aaef
commit 978f1f0d3e
16 changed files with 113 additions and 13 deletions

12
issues/libpit/0018c4.rst Normal file
View File

@ -0,0 +1,12 @@
FileProject.delete() does not handle sub-projects correctly.
============================================================
FileProject.delete() deletes the project directory if the directory is empty,
but fails to do so if the directory is not empty.
Initial Recommendation
----------------------
Loop through the issues and delete the files, loop through the projects and
call Project.delete(). Alternatively, use File.deleteDir() rather than
File.delete()

2
issues/libpit/0019t4.rst Normal file
View File

@ -0,0 +1,2 @@
Add unit tests for FileIssue.delete()
=====================================

2
issues/libpit/0020t4.rst Normal file
View File

@ -0,0 +1,2 @@
Add unit tests for FileProject.delete()
=======================================