### Eclipse Workspace Patch 1.0
#P simpletest
Index: tests/functional/blog.test
===================================================================
RCS file: /cvs/drupal/contributions/modules/simpletest/tests/functional/blog.test,v
retrieving revision 1.4
diff -u -r1.4 blog.test
--- tests/functional/blog.test	5 Apr 2008 19:19:26 -0000	1.4
+++ tests/functional/blog.test	14 Apr 2008 17:20:39 -0000
@@ -36,7 +36,7 @@
     $this->drupalLogin($this->big_user);
     // Enable the recent blog block.
     $edit = array();
-    $edit['blog_0[region]'] = 'right';
+    $edit['blog_recent[region]'] = 'right';
     $this->drupalPost('admin/build/block', $edit, t('Save blocks'));
     $this->assertResponse(200);
 
