summaryrefslogtreecommitdiff
path: root/modules/profile
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-08-30 00:22:03 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-08-30 00:22:03 +0000
commit410fcdc718391005eb729855cceb06cde05cd758 (patch)
treee5abb679216eff264b576effd371babd16c90a91 /modules/profile
parent10fca34cf15638eb63b6d147d448a52c73bf4baa (diff)
downloadbrdo-410fcdc718391005eb729855cceb06cde05cd758.tar.gz
brdo-410fcdc718391005eb729855cceb06cde05cd758.tar.bz2
#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.
Diffstat (limited to 'modules/profile')
-rw-r--r--modules/profile/profile.test2
1 files changed, 1 insertions, 1 deletions
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.'));