Closed (outdated)
Project:
SimpleTest
Version:
6.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2010 at 17:19 UTC
Updated:
11 Nov 2019 at 15:20 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
boombatower commentedIsn't this an issue for D7 as well or does file_prepare_directory() support creating recursive directories? If not then we should fix in D7?
Comment #2
dave reidComment #3
sunWe use drupal_mkdir() in D7, which implements recursive creation of directories. See http://api.drupal.org/api/drupal/includes--file.inc/function/file_prepar...
Comment #4
dave reidThis should be resolved now with the latest backport, which creates the initial /files/simpletest directory on install, and then creates /files/simpletest/verbose when called.
Comment #6
kenorb commentedTested the latest dev on D6.22 (including uninstalling and re-installing), the folder files/simpletest/verbose doesn't exist.
Directory files/simpletest was created during install, but after test run, it was removed, so I can't access mine verbose html files generated by test.
Errors:
The folder is removed when 'Clear results after each complete test suite run' option is enabled. When I've disabled this option, the folder is still not created when running another test.
Anyone can confirm if it's still a bug?
Comment #7
kenorb commentedTested the original patch, it fixes the problem, at least the folder is being created.
Comment #8
kenorb commentedPatch for the latest Pressflow 6.26
Issue:
https://github.com/pressflow/6/issues/56
Comment #10
kenorb commentedComment #11
lendudeThis version is not supported anymore.