Closed (duplicate)
Project:
SimpleTest
Version:
6.x-2.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2009 at 08:47 UTC
Updated:
6 Nov 2009 at 21:55 UTC
On running tests, tearDown is raising exceptions via simpletest_clean_temporary_directory. It keeps trying to remove directories which don't exist e.g. sites/SITEDIR/files/simpletest387212.
If I move the files directory to where SimpleTest wants it to be (I keep it in sites/files/SITENAME as the SITEDIR is under subversion), it works, but surely SimpleTest should know where file_directory_path() is for the site?
Comments
Comment #1
jp.stacey commentedComment #2
boombatower commentedIt uses: simpletest_clean_temporary_directory(file_directory_path());
??
Comment #3
boombatower commentedMost likely related to #577398: Ensure test coverage of simpletest temporary file handling.