Closed (fixed)
Project:
SimpleTest
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
7 Sep 2006 at 21:17 UTC
Updated:
29 Oct 2006 at 18:15 UTC
Today I noticed that drupal reporter is not outputing exceptions that was because function that is called when there is an exception was not overridden correctly.
For outputing exception paintError is used should be used and not paintException.
My patch fixes this but some testing is needed.
| Comment | File | Size | Author |
|---|---|---|---|
| drupal_reporter.patch.txt | 958 bytes | Rok Žlender |
Comments
Comment #1
Thomas Ilsche commentedIt is necesary to call parent::paintException out of paintException, otherwise the reporter does not count the numbers corretly. Otherwise works correctly.
Comment #2
Thomas Ilsche commentedi commited this some time ago, thanks rok
Comment #3
Thomas Ilsche commentedComment #4
(not verified) commented