Closed clinedome-work closed 10 years ago
Two tests were colliding on temp directories in rare cases (tests run in parallel at the same ms). This fixes that. This also makes sure that all the temp directories created by tests are actually deleted -- file.delete() does not do the trick.
:+1: :+1:
Two tests were colliding on temp directories in rare cases (tests run in parallel at the same ms). This fixes that. This also makes sure that all the temp directories created by tests are actually deleted -- file.delete() does not do the trick.