andytanoko / owasp-esapi-java

Automatically exported from code.google.com/p/owasp-esapi-java
0 stars 0 forks source link

SafeFileTest fails to cleanup test files #56

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. svn checkout ...
2. remove ${user.home}/test.file if it exists
3. mvn -Dtest=SafeFileTest test
4. check if ${user.home}/test.file exists

What is the expected output? What do you see instead?

Files outside the build directory, with the exception of temporary
directories (eg: ${java.io.tmpdir}), should not be affected by the build or
tests. Temporary files should be cleaned up.

${user.home}/test.file is created by the test.

Please use labels and text to provide additional information.

Linux Debian Sid/Sun java 1.6

Original issue reported on code.google.com by schal...@darkmist.net on 12 Nov 2009 at 2:57

GoogleCodeExporter commented 8 years ago
This is fixed in both 1.4 and 2.0 branches by revision 935

Original comment by schal...@darkmist.net on 16 Jan 2010 at 3:11