diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-11-29 09:33:51 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-11-29 09:33:51 +0000 |
commit | bc719d0c550fe0f6120676481d3ed5e039db4790 (patch) | |
tree | c83b9975f827560038c153868348bacc8699d3d4 /modules/poll | |
parent | 205c5b2415deb10d4afba32249e7f5f989a097b1 (diff) | |
download | brdo-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.test | 2 |
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); |