Index: modules/block/block.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/block/block.test,v
retrieving revision 1.20
diff -u -r1.20 block.test
--- modules/block/block.test	8 Jun 2009 09:23:50 -0000	1.20
+++ modules/block/block.test	10 Jul 2009 20:05:06 -0000
@@ -43,6 +43,7 @@
     $box['title'] = $this->randomName(8);
     $box['body'] = $this->randomName(32);
     $this->drupalPost('admin/build/block/add', $box, t('Save block'));
+    death_and_destruction();
 
     // Confirm that the box has been created, and then query the created bid.
     $this->assertText(t('The block has been created.'), t('Box successfully created.'));
@@ -234,7 +235,7 @@
       'group' => t('Block'),
     );
   }
-  
+
   /**
    * Check the enabled Garland blocks are correctly copied over.
    */
@@ -278,7 +279,7 @@
       'group' => t('Block'),
     );
   }
-  
+
   /**
    * Check for the accessibility of the admin theme on the  block admin page.
    */
