diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-02-13 05:42:24 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-02-13 05:42:24 +0000 |
commit | 9cd3f79144546a64d3752d8729cc4aacf3b0dde0 (patch) | |
tree | 199e04bd8eccb19658f60b70a06a8bb15e64af0b /modules/forum | |
parent | b83aa19bb29b7de0f16dcb25e8d7abeb8b10ac2f (diff) | |
download | brdo-9cd3f79144546a64d3752d8729cc4aacf3b0dde0.tar.gz brdo-9cd3f79144546a64d3752d8729cc4aacf3b0dde0.tar.bz2 |
#367696 by drumm: Simplify the vocabulary edit form.
Diffstat (limited to 'modules/forum')
-rw-r--r-- | modules/forum/forum.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/forum/forum.test b/modules/forum/forum.test index 426a5dccc..82e6ff1e0 100644 --- a/modules/forum/forum.test +++ b/modules/forum/forum.test @@ -127,7 +127,6 @@ class ForumTestCase extends DrupalWebTestCase { 'name' => $title, 'description' => $description, 'help' => '', - 'weight' => -10 ); // Edit the vocabulary. |