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.
| Comment | File | Size | Author |
|---|---|---|---|
| simpletest.test.backport.patch | 1.14 KB | joshk |
Comments
Comment #1
boombatower commentedI 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.