Fix for the test_suite.clean_up.deletion() method for another MS Windows problem.
Sometimes the failed rmtree() call actually deletes the files and throws the WindowsError error.
Therefore the second rmtree() call will throw another WindowsError for the missing files. This is
now caught.