summaryrefslogtreecommitdiff
path: root/modules/color
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-12-01 22:30:31 +0000
committerDries Buytaert <dries@buytaert.net>2009-12-01 22:30:31 +0000
commitbdf018696fa40eef6f20316a5c1927bfb240f0eb (patch)
treea8b4b0a1ca587a1e41c5cefdb2e2f896c3dd5c29 /modules/color
parent48377c459b7663cc29e137573d4357823c6a6d98 (diff)
downloadbrdo-bdf018696fa40eef6f20316a5c1927bfb240f0eb.tar.gz
brdo-bdf018696fa40eef6f20316a5c1927bfb240f0eb.tar.bz2
- Patch #446666 by cweagans: split 'administer site configuration' into more granular permissions.
Diffstat (limited to 'modules/color')
-rw-r--r--modules/color/color.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/color/color.test b/modules/color/color.test
index caaa92557..7b01b80b9 100644
--- a/modules/color/color.test
+++ b/modules/color/color.test
@@ -23,7 +23,7 @@ class ColorTestCase extends DrupalWebTestCase {
function setUp() {
parent::setUp('color');
// Create users.
- $this->big_user = $this->drupalCreateUser(array('administer site configuration'));
+ $this->big_user = $this->drupalCreateUser(array('administer themes'));
}
/**