From 2bc9e50dbaa83df96090172b3fc682bd9a291588 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 12 Jun 2009 13:59:56 +0000 Subject: - Patch #413192 by catch et al: make taxonomy terms fieldable (not to be confused with taxonomy terms as fields). --- modules/forum/forum.test | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/forum') 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' => '', ); -- cgit v1.2.3