
| Key: |
MDL-20398
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
Tim Hunt
|
| Reporter: |
Tim Hunt
|
| Votes: |
0
|
| Watchers: |
0
|
|
|
| Participants: |
Tim Hunt
|
| Security Level: |
None
|
| Resolved date: |
01/Oct/09
|
| Affected Branches: |
MOODLE_20_STABLE
|
| Fixed Branches: |
MOODLE_20_STABLE
|
|
The problem is that when $CFG->debugdisplay is false, debugging calls trigger_error. The unit test framework reports all calls to trigger_error as exceptions.
|
|
Description
|
The problem is that when $CFG->debugdisplay is false, debugging calls trigger_error. The unit test framework reports all calls to trigger_error as exceptions. |
Show » |
tjhunt committed 1 file to 'Moodle CVS' - 01/Oct/09 02:06 AM
unit tests: MDL-20398 spurious exceptions when $CFG->debugdisplay is false
|
|
|
tjhunt committed 1 file to 'Moodle CVS' - 01/Oct/09 02:13 AM
unit tests: MDL-20398 spurious exceptions when $CFG->debugdisplay is false
Doh! I had the logic the wrong way round in my previous commit. Sorry.
|
|
|
|