When you look at the "Event log" on a test page, it shows all the ins and outs, but doesn't show what the test result was. Would be nice if it shows passed/failed and also a link to the old results.

Comments

jthorson’s picture

Status: Active » Needs review
StatusFileSize
new2.6 KB

I'm pretty sure the old test results get overwritten ... but this patch should add the test result.

jthorson’s picture

Ooops .. typo referencing the new define constants.

jthorson’s picture

Status: Needs review » Needs work

Ooops ... patch applies the change at the 'retrieved' stage instead of the 'result' stage, which obviously isn't right.

Unfortunately, the 'pass/fail' status isn't readily available when the actual 'result' state is written to the log, so this becomes less of a 'quick fix' issue.