From b255c360539c4445e65c207742402134a5bf44bd Mon Sep 17 00:00:00 2001 From: webchick Date: Sun, 8 Jul 2012 07:31:45 -0700 Subject: [PATCH] Issue #1445224 follow-up by xjm: Fixed more broken tests. --- core/modules/system/tests/modules/form_test/form_test.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/system/tests/modules/form_test/form_test.module b/core/modules/system/tests/modules/form_test/form_test.module index e5306536a295..ff6d54474a2e 100644 --- a/core/modules/system/tests/modules/form_test/form_test.module +++ b/core/modules/system/tests/modules/form_test/form_test.module @@ -2133,7 +2133,7 @@ function form_test_checkboxes_zero($form, &$form_state, $json = TRUE) { '#value' => 'Save', ); if ($json) { - $form['#submit'][] = '_form_test_checkbox_submit'; + $form['#submit'][] = '_form_test_submit_values_json'; } else { $form['#submit'][] = '_form_test_checkboxes_zero_no_redirect';