summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/common.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/simpletest/tests/common.test')
-rw-r--r--modules/simpletest/tests/common.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/simpletest/tests/common.test b/modules/simpletest/tests/common.test
index 35c5bbc3b..d81602463 100644
--- a/modules/simpletest/tests/common.test
+++ b/modules/simpletest/tests/common.test
@@ -23,10 +23,10 @@ class DrupalAlterTestCase extends DrupalWebTestCase {
}
function testDrupalAlter() {
- // This test depends on Garland, so make sure that it is always the current
+ // This test depends on Bartik, so make sure that it is always the current
// active theme.
global $theme, $base_theme_info;
- $theme = 'garland';
+ $theme = 'bartik';
$base_theme_info = array();
$array = array('foo' => 'bar');