summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-12-03 14:38:59 +0000
committerDries Buytaert <dries@buytaert.net>2008-12-03 14:38:59 +0000
commit3aaffd3364087dfcf6d2c77ffe8c7496929a09d3 (patch)
tree8c2d24fcaa216cb25532bec4314b15f8050a2704 /modules
parent0a062b2c23e084c3a817101ca73d73bc45e2e058 (diff)
downloadbrdo-3aaffd3364087dfcf6d2c77ffe8c7496929a09d3.tar.gz
brdo-3aaffd3364087dfcf6d2c77ffe8c7496929a09d3.tar.bz2
- Patch #320510 by hswong3i et al: convert menu.inc to new database abstraction layer.
Diffstat (limited to 'modules')
-rw-r--r--modules/forum/forum.test1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/forum/forum.test b/modules/forum/forum.test
index 4aaf18cad..1ca169c57 100644
--- a/modules/forum/forum.test
+++ b/modules/forum/forum.test
@@ -93,7 +93,6 @@ class ForumTestCase extends DrupalWebTestCase {
// Add forum to navigation menu.
$edit = array();
- $edit['mlid:' . $mlid . '[hidden]'] = TRUE;
$this->drupalPost('admin/build/menu-customize/navigation', $edit, t('Save configuration'));
$this->assertResponse(200);