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

jp.stacey’s picture

Assigned: jp.stacey » Unassigned
boombatower’s picture

Status: Active » Postponed (maintainer needs more info)

It uses: simpletest_clean_temporary_directory(file_directory_path());

??

boombatower’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)