diff options
Diffstat (limited to 'modules/forum/forum.test')
-rw-r--r-- | modules/forum/forum.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/forum/forum.test b/modules/forum/forum.test index 64fcc7ade..7703bb029 100644 --- a/modules/forum/forum.test +++ b/modules/forum/forum.test @@ -129,6 +129,9 @@ class ForumTestCase extends DrupalWebTestCase { $this->forum = $this->createForum('forum', $this->container['tid']); // Create second forum in container. $this->delete_forum = $this->createForum('forum', $this->container['tid']); + // Save forum overview. + $this->drupalPost('admin/structure/forum/', array(), t('Save')); + $this->assertRaw(t('Your configuration has been saved.')); // Delete this second form. $this->deleteForum($this->delete_forum['tid']); // Create forum at the top (root) level. |