summaryrefslogtreecommitdiff
path: root/modules/poll/poll.test
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-11-25 13:16:39 +0000
committerDries Buytaert <dries@buytaert.net>2008-11-25 13:16:39 +0000
commitc01f85bc37be9de6397d58f735c4f611f0f12256 (patch)
tree31886b18038b0280a43dd0a12c08b816454d1f0f /modules/poll/poll.test
parenteda100b83da4d71bf0bfa6c614e08327ef0d292b (diff)
downloadbrdo-c01f85bc37be9de6397d58f735c4f611f0f12256.tar.gz
brdo-c01f85bc37be9de6397d58f735c4f611f0f12256.tar.bz2
- Patch #337820 by Dave Reid: rename menu path logout to user/logout.
Diffstat (limited to 'modules/poll/poll.test')
-rw-r--r--modules/poll/poll.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/poll/poll.test b/modules/poll/poll.test
index 0806d4720..e91f689c7 100644
--- a/modules/poll/poll.test
+++ b/modules/poll/poll.test
@@ -106,7 +106,7 @@ class PollVoteTestCase extends PollTestCase {
$title = $this->randomName();
$choices = $this->_generateChoices(7);
$poll_nid = $this->pollCreate($title, $choices, FALSE);
- $this->drupalGet('logout');
+ $this->drupalLogout();
$web_user = $this->drupalCreateUser(array('cancel own vote', 'inspect all votes', 'vote on polls', 'access content'));
$this->drupalLogin($web_user);