summaryrefslogtreecommitdiff
path: root/modules/forum
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-06-12 13:59:56 +0000
committerDries Buytaert <dries@buytaert.net>2009-06-12 13:59:56 +0000
commit2bc9e50dbaa83df96090172b3fc682bd9a291588 (patch)
treee698368b8fa1a11e46f47924f76fbd4a526648f5 /modules/forum
parentd0936908cbf2f8b6c873e9b4d5a2abe279eb8ab7 (diff)
downloadbrdo-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.test1
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' => '',
);