
Index: modules/forum/forum.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/forum/forum.test,v
retrieving revision 1.53
diff -u -p -r1.53 forum.test
--- modules/forum/forum.test	15 Apr 2010 11:58:07 -0000	1.53
+++ modules/forum/forum.test	22 Apr 2010 19:04:16 -0000
@@ -148,6 +148,16 @@ class ForumTestCase extends DrupalWebTes
     $this->deleteForum($this->delete_forum['tid']);
     // Create forum at the top (root) level.
     $this->root_forum = $this->createForum('forum');
+    // Verify that the links on the admin page are working
+
+    // Test to make sure adminlinks are correct
+    $this->drupalGet('admin/structure/forum');
+    $this->clickLink('edit forum');
+    $this->assertResponse(200);
+
+    $this->drupalGet('admin/structure/forum');
+    $this->clickLink('edit container');
+    $this->assertResponse(200);
   }
 
   /**
