Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.0
-
Fix Version/s: STABLE backlog
-
Component/s: Files API
-
Labels:None
-
Affected Branches:MOODLE_20_STABLE
Description
lib/simpletest/testfilelib.php does require_once($CFG->dirroot.'/user/lib.php'); which does not exist, causing fatal errors.
CVS says you introduced it Nico. Please fix.
I have committed a temporary change commenting out that line.
(Also many blog unit test failures for me.)
Attachments
Issue Links
| This issue will help resolve: | ||||
| MDLSITE-808 | Unit tests in cvsadmin module return blank page |
|
|
|
Actually commenting that out was insufficient, since one of the tests uses a non-existant create_user function.
New interim fix: lib/simpletest/testfilelib.php renamed to lib/simpletest/broken_testfilelib.php