From 393c8e69ed37ce3a520b7f1538cf26b2336c6278 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 6 Apr 2010 15:01:27 +0000 Subject: - Patch #652122 by catch, Berdir, mr.baileys, sun, David_Rothstein: access dashboard permission is useless. --- modules/simpletest/tests/common.test | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/simpletest') diff --git a/modules/simpletest/tests/common.test b/modules/simpletest/tests/common.test index 68b99f7a1..c1d294e7d 100644 --- a/modules/simpletest/tests/common.test +++ b/modules/simpletest/tests/common.test @@ -23,6 +23,12 @@ class DrupalAlterTestCase extends DrupalWebTestCase { } function testDrupalAlter() { + // This test depends on Garland, so make sure that it is always the current + // active theme. + global $theme, $base_theme_info; + $theme = 'garland'; + $base_theme_info = array(); + $array = array('foo' => 'bar'); $entity = new stdClass; $entity->foo = 'bar'; -- cgit v1.2.3