summaryrefslogtreecommitdiff
path: root/modules/poll
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-11-29 09:33:51 +0000
committerDries Buytaert <dries@buytaert.net>2008-11-29 09:33:51 +0000
commitbc719d0c550fe0f6120676481d3ed5e039db4790 (patch)
treec83b9975f827560038c153868348bacc8699d3d4 /modules/poll
parent205c5b2415deb10d4afba32249e7f5f989a097b1 (diff)
downloadbrdo-bc719d0c550fe0f6120676481d3ed5e039db4790.tar.gz
brdo-bc719d0c550fe0f6120676481d3ed5e039db4790.tar.bz2
- Patch #337820 by Dave Reid, Damien Tournoud, et al: rename menu path 'logout' to 'user/logout'. For real now.
Diffstat (limited to 'modules/poll')
-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);