Expected behavior:
1. Click a test group checkbox (e.g. 'Batch API')
2. Click run tests and the tests...well...run.

Actual behavior:
1. Click a test group checkbox (e.g. 'Batch API')
2. Click run tests and get an errors that says "No tests were selected"

If you click on a test group checkbox and then expand that test group, none of the sub-test checkboxes are actually checked. :(

CommentFileSizeAuthor
#3 598570.patch1.27 KBasimmonds

Comments

catch’s picture

I'm getting this too.

dww’s picture

I'm also getting this on both Safari and FF.

asimmonds’s picture

Status: Active » Needs review
StatusFileSize
new1.27 KB

The HTML IDs are now lowercased by drupal_html_id().

Instead of using the test name (which is normally mixedcase) for the ID, this patch uses the form element #id.

deviantintegral’s picture

The patch in #3 works for me in Safari 4, and I was able to run all of the bootstrap tests.

dww’s picture

Status: Needs review » Reviewed & tested by the community

WFM, too. I don't know the JS involved here closely enough to comment on the exact approach, but the description in #3 sounds reasonable, and it works, so I think #3 is RTBC.

dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed! Thanks.

Status: Fixed » Closed (fixed)

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