In the most recent backport, the getTestResults method is failing, causing problems with self-checking.

First getResultsFieldSet is looking to match the fieldset on $info['group'], but $info['name'] is used in simpletest.module.

Then, the returned fieldset is being examined too deeply by getTestResults. It's going after $fieldset->fieldset->div/legend/table, when really it wants to look at $fieldset->(element).

Attached patch fixes this, though different handling on simpletest.page.inc would also work.

CommentFileSizeAuthor
simpletest.test.backport.patch1.14 KBjoshk

Comments

boombatower’s picture

Status: Active » Fixed

I believe I already fixed this as I went through and fixed up simpletest.test and it passes on my box. Please re-open if still an issue.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.