summaryrefslogtreecommitdiff
path: root/modules/simpletest
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-24 04:23:51 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-24 04:23:51 +0000
commitdec6514c3b2d889c3a9fb19731e49e83d554392c (patch)
tree1317324c3677c89e86343214be64e6b7363c1ad5 /modules/simpletest
parent6c5e31abcbfe199a983ed6161207613d66423412 (diff)
downloadbrdo-dec6514c3b2d889c3a9fb19731e49e83d554392c.tar.gz
brdo-dec6514c3b2d889c3a9fb19731e49e83d554392c.tar.bz2
#595876 by c960657: Fixed taxonomy term reordering (with tests).
Diffstat (limited to 'modules/simpletest')
-rw-r--r--modules/simpletest/drupal_web_test_case.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/simpletest/drupal_web_test_case.php b/modules/simpletest/drupal_web_test_case.php
index ef4f49151..323781b31 100644
--- a/modules/simpletest/drupal_web_test_case.php
+++ b/modules/simpletest/drupal_web_test_case.php
@@ -1581,6 +1581,7 @@ class DrupalWebTestCase extends DrupalTestCase {
switch ($type) {
case 'text':
case 'textarea':
+ case 'hidden':
case 'password':
$post[$name] = $edit[$name];
unset($edit[$name]);