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/node/node.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/node/node.test') diff --git a/modules/node/node.test b/modules/node/node.test index 69dded38b..f2d6952d6 100644 --- a/modules/node/node.test +++ b/modules/node/node.test @@ -634,7 +634,7 @@ class NodeBlockTestCase extends DrupalWebTestCase { // Set the block to a region to confirm block is available. $edit = array(); - $edit['node_syndicate[region]'] = 'footer'; + $edit['blocks[node_syndicate][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.')); } @@ -1398,7 +1398,7 @@ class NodeBlockFunctionalTest extends DrupalWebTestCase { // Set the block to a region to confirm block is available. $edit = array( - 'node_recent[region]' => 'sidebar_first', + 'blocks[node_recent][region]' => 'sidebar_first', ); $this->drupalPost('admin/structure/block', $edit, t('Save blocks')); $this->assertText(t('The block settings have been updated.'), t('Block saved to first sidebar region.')); -- cgit v1.2.3