diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-06-12 13:59:56 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-06-12 13:59:56 +0000 |
commit | 2bc9e50dbaa83df96090172b3fc682bd9a291588 (patch) | |
tree | e698368b8fa1a11e46f47924f76fbd4a526648f5 /modules/forum | |
parent | d0936908cbf2f8b6c873e9b4d5a2abe279eb8ab7 (diff) | |
download | brdo-2bc9e50dbaa83df96090172b3fc682bd9a291588.tar.gz brdo-2bc9e50dbaa83df96090172b3fc682bd9a291588.tar.bz2 |
- Patch #413192 by catch et al: make taxonomy terms fieldable (not to be confused with taxonomy terms as fields).
Diffstat (limited to 'modules/forum')
-rw-r--r-- | modules/forum/forum.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/forum/forum.test b/modules/forum/forum.test index 0b2978800..558db303b 100644 --- a/modules/forum/forum.test +++ b/modules/forum/forum.test @@ -126,6 +126,7 @@ class ForumTestCase extends DrupalWebTestCase { $edit = array( 'name' => $title, 'description' => $description, + 'machine_name' => drupal_strtolower($this->randomName()), 'help' => '', ); |