Delete a Task

As an user, I can mark a task as done in order show my avancement

Given the app is running
and, the current tasks are :
NameDue date
This is my task tomorrow12/11/2011
This is my second task for tomorrow12/11/2011
When we delete the task named : This is my task tomorrow
Then the tasks should be
Is Done ?NameDue date
TrueThis is my task tomorrow12/11/2011 00:00:00
FalseThis is my second task for tomorrow12/11/2011 00:00:00