From 410fcdc718391005eb729855cceb06cde05cd758 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 30 Aug 2010 00:22:03 +0000 Subject: #761956 by David_Rothstein, Xen, sun, tstoeckler, Bojhan, zzolo, yoroy, jenlampton, linclark, BarisW: Fixed Dashboard blocks and regions should not appear on the main blocks configuration page. --- modules/profile/profile.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/profile') diff --git a/modules/profile/profile.test b/modules/profile/profile.test index 27b32d3db..3eb471fd8 100644 --- a/modules/profile/profile.test +++ b/modules/profile/profile.test @@ -397,7 +397,7 @@ class ProfileBlockTestCase extends ProfileTestCase { function testAuthorInformationBlock() { // Set the block to a region to confirm the block is availble. $edit = array(); - $edit['profile_author-information[region]'] = 'footer'; + $edit['blocks[profile_author-information][region]'] = 'footer'; $this->drupalPost('admin/structure/block', $edit, t('Save blocks')); $this->assertText(t('The block settings have been updated.'), t('Block successfully move to footer region.')); -- cgit v1.2.3