From ffb7dcaf334acd83625c565557b43b04a147ba62 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Thu, 19 Nov 2009 15:50:23 +0000 Subject: #547068 follow-up by David_Rothstein: Don't use Seven for maintenance page. --- 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 ab3252315..c601b111f 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('seven/style.css', t("The maintenance theme's CSS appears on the page.")); + $this->assertRaw('minnelli/minnelli.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