From a613c60fe1cb806d6db2493c5322a4fb08549724 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 17 Oct 2009 00:51:53 +0000 Subject: =?UTF-8?q?-=20Patch=20#511286=20by=20JacobSingh,=20David=5FRothst?= =?UTF-8?q?ein,=20dmitrig01,=20G=C3=A1bor=20Hojtsy,=20ksenzee=20et=20al:?= =?UTF-8?q?=20add=20customizable=20shortcuts=20to=20the=20toolbar.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/simpletest/tests/menu.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/simpletest/tests') diff --git a/modules/simpletest/tests/menu.test b/modules/simpletest/tests/menu.test index 51d08700b..a7f3b060d 100644 --- a/modules/simpletest/tests/menu.test +++ b/modules/simpletest/tests/menu.test @@ -159,7 +159,7 @@ class MenuIncTestCase extends DrupalWebTestCase { function testMenuGetNames() { // The main-menu is there but has no items by default, so not returned by // menu_get_names(). Therefore we cannot check for that. - $this->assertEqual(menu_get_names(), array('admin_shortcuts', 'management', 'navigation', 'original', 'user-menu'), t('Expected menu names were returned.')); + $this->assertEqual(menu_get_names(), array('management', 'navigation', 'original', 'shortcut-set-1', 'user-menu'), t('Expected menu names were returned.')); } /** -- cgit v1.2.3