Index: modules/block/block.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/block/block.test,v
retrieving revision 1.20
diff -u -p -r1.20 block.test
--- modules/block/block.test	8 Jun 2009 09:23:50 -0000	1.20
+++ modules/block/block.test	8 Jul 2009 13:58:15 -0000
@@ -134,10 +134,10 @@ class BlockTestCase extends DrupalWebTes
    * Test configuring and moving a module-define block to specific regions.
    */
   function testBlock() {
-    // Select the Navigation block to be configured and moved.
+    // Select the Powered-by block to be configured and moved.
     $block = array();
     $block['module'] = 'system';
-    $block['delta'] = 'management';
+    $block['delta'] = 'powered-by';
     $block['title'] = $this->randomName(8);
 
     // Set block title to confirm that interface works and override any custom titles.
Index: modules/system/system.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.test,v
retrieving revision 1.54
diff -u -p -r1.54 system.test
--- modules/system/system.test	1 Jul 2009 08:39:55 -0000	1.54
+++ modules/system/system.test	8 Jul 2009 13:58:16 -0000
@@ -451,9 +451,8 @@ class AdminOverviewTestCase extends Drup
 
     $this->drupalGet('admin');
 
-    // Make sure menu items with children are displayed.
-    $this->assertLink(t('Administer'));
-    $this->assertLink(t('Content management'));
+    // Make sure the only accessible menu item is displayed.
+    $this->assertLink(t('Content'));
 
     // Make sure menu items without children are hidden.
     $this->assertNoLink(t('Site configuration'));
Index: profiles/default/default.profile
===================================================================
RCS file: /cvs/drupal/drupal/profiles/default/default.profile,v
retrieving revision 1.53
diff -u -p -r1.53 default.profile
--- profiles/default/default.profile	5 Jul 2009 18:00:11 -0000	1.53
+++ profiles/default/default.profile	8 Jul 2009 13:58:16 -0000
@@ -125,16 +125,6 @@ function default_profile_tasks(&$task, $
     ),
     array(
       'module' => 'system',
-      'delta' => 'management',
-      'theme' => 'garland',
-      'status' => 1,
-      'weight' => 1,
-      'region' => 'left',
-      'pages' => '',
-      'cache' => -1,
-    ),
-    array(
-      'module' => 'system',
       'delta' => 'powered-by',
       'theme' => 'garland',
       'status' => 1,
