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.

CommentFileSizeAuthor
drupal_reporter.patch.txt958 bytesRok Žlender

Comments

Thomas Ilsche’s picture

It is necesary to call parent::paintException out of paintException, otherwise the reporter does not count the numbers corretly. Otherwise works correctly.

Thomas Ilsche’s picture

Status: Needs review » Closed (fixed)

i commited this some time ago, thanks rok

Thomas Ilsche’s picture

Status: Closed (fixed) » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)