// Verify the topic and post counts on the forum page.
$this->drupalGet('forum');
...
...
@@ -246,9 +246,6 @@ private function doAdminTests($user) {
// Login the user.
$this->drupalLogin($user);
// Retrieve forum menu id.
$mlid=db_query_range("SELECT mlid FROM {menu_links} WHERE link_path = 'forum' AND menu_name = 'tools' AND module = 'system' ORDER BY mlid ASC",0,1)->fetchField();