summaryrefslogtreecommitdiff
path: root/modules/poll/poll.test
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2008-11-27 07:07:01 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2008-11-27 07:07:01 +0000
commitd7f706f29117e4003179ab15e305446c6e95d0f9 (patch)
tree7ec0aeef58819d6947879cd9ec7734664b44fded /modules/poll/poll.test
parent74f2efd561ed37512456be6afaf7f00a7e5eea44 (diff)
downloadbrdo-d7f706f29117e4003179ab15e305446c6e95d0f9.tar.gz
brdo-d7f706f29117e4003179ab15e305446c6e95d0f9.tar.bz2
Reverting #337820 once more, as it causes mysterious test failures.
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 e91f689c7..0806d4720 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->drupalLogout();
+ $this->drupalGet('logout');
$web_user = $this->drupalCreateUser(array('cancel own vote', 'inspect all votes', 'vote on polls', 'access content'));
$this->drupalLogin($web_user);