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/menu/menu.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/menu') diff --git a/modules/menu/menu.test b/modules/menu/menu.test index da4fa88df..1fa76f188 100644 --- a/modules/menu/menu.test +++ b/modules/menu/menu.test @@ -157,7 +157,7 @@ class MenuTestCase extends DrupalWebTestCase { // Enable the custom menu block. $menu_name = 'menu-' . $menu_name; // Drupal prepends the name with 'menu-'. $edit = array(); - $edit['menu_' . $menu_name . '[region]'] = 'sidebar_first'; + $edit['blocks[menu_' . $menu_name . '][region]'] = 'sidebar_first'; $this->drupalPost('admin/structure/block', $edit, t('Save blocks')); $this->assertResponse(200); $this->assertText(t('The block settings have been updated.'), t('Custom menu block was enabled')); -- cgit v1.2.3