Index: simpletest.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/simpletest/simpletest.module,v retrieving revision 1.20 diff -u -r1.20 simpletest.module --- simpletest.module 4 Oct 2006 09:40:46 -0000 1.20 +++ simpletest.module 4 Nov 2006 16:54:22 -0000 @@ -114,7 +114,7 @@ case t('Run Selected Tests'): $tests_list = array(); foreach($edit as $test => $checked) { - if ($checked && ($test != 'form_id') && ($test != 'op')) { + if ($checked && ($test != 'form_id') && ($test != 'op') && ($test != 'form_token')) { $tests_list[] = $test; } }