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/forum/forum.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/forum') diff --git a/modules/forum/forum.test b/modules/forum/forum.test index 1cd7dfc6d..786913ace 100644 --- a/modules/forum/forum.test +++ b/modules/forum/forum.test @@ -145,14 +145,14 @@ class ForumTestCase extends DrupalWebTestCase { // Enable the active forum block. $edit = array(); - $edit['forum_active[region]'] = 'sidebar_second'; + $edit['blocks[forum_active][region]'] = 'sidebar_second'; $this->drupalPost('admin/structure/block', $edit, t('Save blocks')); $this->assertResponse(200); $this->assertText(t('The block settings have been updated.'), t('Active forum topics forum block was enabled')); // Enable the new forum block. $edit = array(); - $edit['forum_new[region]'] = 'sidebar_second'; + $edit['blocks[forum_new][region]'] = 'sidebar_second'; $this->drupalPost('admin/structure/block', $edit, t('Save blocks')); $this->assertResponse(200); $this->assertText(t('The block settings have been updated.'), t('[New forum topics] Forum block was enabled')); -- cgit v1.2.3