- Patch #683814 by c960657: fixed bug with re-running tests.

merge-requests/26/head
Dries Buytaert 2010-01-20 04:15:51 +00:00
parent 78bc4c325c
commit edd9b33110
1 changed files with 1 additions and 0 deletions

View File

@ -360,6 +360,7 @@ function simpletest_result_form_submit($form, &$form_state) {
}
simpletest_test_form_submit(array(), $form_state_execute);
$form_state['redirect'] = $form_state_execute['redirect'];
}
/**