From 016280812eb59ece5d1e1c83534ae06b8fffbcae Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Thu, 19 Nov 2009 03:11:53 +0000 Subject: =?UTF-8?q?#547068=20by=20sun,=20seutje,=20yoroy,=20G=C3=A1bor=20H?= =?UTF-8?q?ojtsy,=20adrian,=20Bojhan,=20and=20markboulton:=20Use=20Seven?= =?UTF-8?q?=20theme=20for=20installation=20/=20updates.?= 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') diff --git a/modules/simpletest/tests/menu.test b/modules/simpletest/tests/menu.test index c601b111f..ab3252315 100644 --- a/modules/simpletest/tests/menu.test +++ b/modules/simpletest/tests/menu.test @@ -60,7 +60,7 @@ class MenuIncTestCase extends DrupalWebTestCase { // For a regular user, the fact that the site is in maintenance mode means // we expect the theme callback system to be bypassed entirely. $this->drupalGet('menu-test/theme-callback/use-admin-theme'); - $this->assertRaw('minnelli/minnelli.css', t("The maintenance theme's CSS appears on the page.")); + $this->assertRaw('seven/style.css', t("The maintenance theme's CSS appears on the page.")); // An administrator, however, should continue to see the requested theme. $admin_user = $this->drupalCreateUser(array('access site in maintenance mode')); -- cgit v1.2.3