summaryrefslogtreecommitdiff
path: root/modules/simpletest/drupal_web_test_case.php
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/simpletest/drupal_web_test_case.php
parent74f2efd561ed37512456be6afaf7f00a7e5eea44 (diff)
downloadbrdo-d7f706f29117e4003179ab15e305446c6e95d0f9.tar.gz
brdo-d7f706f29117e4003179ab15e305446c6e95d0f9.tar.bz2
Reverting #337820 once more, as it causes mysterious test failures.
Diffstat (limited to 'modules/simpletest/drupal_web_test_case.php')
-rw-r--r--modules/simpletest/drupal_web_test_case.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/simpletest/drupal_web_test_case.php b/modules/simpletest/drupal_web_test_case.php
index 73aec6f2e..4704e88b7 100644
--- a/modules/simpletest/drupal_web_test_case.php
+++ b/modules/simpletest/drupal_web_test_case.php
@@ -745,7 +745,7 @@ class DrupalWebTestCase {
*/
protected function drupalLogout() {
// Make a request to the logout page.
- $this->drupalGet('user/logout');
+ $this->drupalGet('logout');
// Load the user page, the idea being if you were properly logged out you should be seeing a login screen.
$this->drupalGet('user');