summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/form_test.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-11-21 14:06:46 +0000
committerDries Buytaert <dries@buytaert.net>2009-11-21 14:06:46 +0000
commit63f39bedf6a7b3a8c8d4a9427d332a67bba2acdf (patch)
treeea1a5e19e313000f644ecf3cf858e69bbc2eb967 /modules/simpletest/tests/form_test.module
parentdc22c73a9001708805a29da69dd5c809ffb70f25 (diff)
downloadbrdo-63f39bedf6a7b3a8c8d4a9427d332a67bba2acdf.tar.gz
brdo-63f39bedf6a7b3a8c8d4a9427d332a67bba2acdf.tar.bz2
- Patch #634440 by fago, effulgentsia, sun: remove auto-rebuilding magic for ()['storage'].
Diffstat (limited to 'modules/simpletest/tests/form_test.module')
-rw-r--r--modules/simpletest/tests/form_test.module1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/simpletest/tests/form_test.module b/modules/simpletest/tests/form_test.module
index 5e420fc4a..2a4f867bd 100644
--- a/modules/simpletest/tests/form_test.module
+++ b/modules/simpletest/tests/form_test.module
@@ -346,6 +346,7 @@ function form_storage_test_form_submit($form, &$form_state) {
else {
drupal_set_message("Title: ". check_plain($form_state['storage']['thing']['title']));
}
+ $form_state['rebuild'] = TRUE;
$form_state['storage']['step']++;
drupal_set_message("Form constructions: ". $_SESSION['constructions']);
}