projects
/
project/google_analytics.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
ed81ddf
)
#335661: Invalid permission xxxx message running .test's
author
hass
Fri, 12 Dec 2008 13:24:30 +0000 (13:24 +0000)
committer
hass
Fri, 12 Dec 2008 13:24:30 +0000 (13:24 +0000)
tests/googleanalytics_basic.test
patch
|
blob
|
blame
|
history
diff --git
a/tests/googleanalytics_basic.test
b/tests/googleanalytics_basic.test
index
60b07a4
..
28d35df
100644
(file)
--- a/
tests/googleanalytics_basic.test
+++ b/
tests/googleanalytics_basic.test
@@
-16,9
+16,9
@@
class GoogleAnalyticsBasicTest extends DrupalWebTestCase {
}
function setUp() {
- $permissions = array(
- 'administer google analytics',
- );
+ parent::setUp('googleanalytics');
+
+ $permissions = array('administer google analytics');
// User to set up google_analytics.
$user = $this->drupalCreateUser($permissions);