summaryrefslogtreecommitdiff
path: root/modules/tracker
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-11-14 07:58:50 +0000
committerDries Buytaert <dries@buytaert.net>2009-11-14 07:58:50 +0000
commit8514a7e283b65f1085e0f3a96e1e701157532e88 (patch)
tree2aae47615521a689f66e92cca7140399e2c8269e /modules/tracker
parentfc980fa793ef2deb93f843d81568313caac9d2d6 (diff)
downloadbrdo-8514a7e283b65f1085e0f3a96e1e701157532e88.tar.gz
brdo-8514a7e283b65f1085e0f3a96e1e701157532e88.tar.bz2
- Patch #301902 by TheRec, beeradb, catch, sun, skilip, alpritt, JacobSingh, Senpai: usability improvement: allow more users to see the node admin page.
Diffstat (limited to 'modules/tracker')
-rw-r--r--modules/tracker/tracker.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tracker/tracker.test b/modules/tracker/tracker.test
index e304be310..2e67b9860 100644
--- a/modules/tracker/tracker.test
+++ b/modules/tracker/tracker.test
@@ -213,7 +213,7 @@ class TrackerTest extends DrupalWebTestCase {
* Test that publish/unpublish works at admin/content/node
*/
function testTrackerAdminUnpublish() {
- $admin_user = $this->drupalCreateUser(array('administer nodes'));
+ $admin_user = $this->drupalCreateUser(array('access content overview', 'administer nodes', 'bypass node access'));
$this->drupalLogin($admin_user);
$node = $this->drupalCreateNode(array(