summaryrefslogtreecommitdiff
path: root/modules/forum
diff options
context:
space:
mode:
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' => '',
);