diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-12-01 15:57:40 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-12-01 15:57:40 +0000 |
commit | f79924352fc9b1caa5e734e62f0dfa66844f31fb (patch) | |
tree | ead1f96e364bfa00aa4aedc2f21fa3f42e024956 /modules/simpletest/tests/menu.test | |
parent | 7de42b4263e255e0fa217fb4729e9c0d32f91de8 (diff) | |
download | brdo-f79924352fc9b1caa5e734e62f0dfa66844f31fb.tar.gz brdo-f79924352fc9b1caa5e734e62f0dfa66844f31fb.tar.bz2 |
#632030 by JohnAlbin: Merge Garland and Minnelli into one theme.
Diffstat (limited to 'modules/simpletest/tests/menu.test')
-rw-r--r-- | modules/simpletest/tests/menu.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/simpletest/tests/menu.test b/modules/simpletest/tests/menu.test index cab0dc9aa..0ff063ae8 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('garland/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')); |