diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-11-24 04:22:02 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-11-24 04:22:02 +0000 |
commit | bd9554952c02b4ea70103a87d3b7ef51af29f9d4 (patch) | |
tree | 213e7f7231daba3286499a8d6061f11e01a894b4 /modules/simpletest/drupal_web_test_case.php | |
parent | 3d1dcb496641993d2da76b70e2ffc02af41aec34 (diff) | |
download | brdo-bd9554952c02b4ea70103a87d3b7ef51af29f9d4.tar.gz brdo-bd9554952c02b4ea70103a87d3b7ef51af29f9d4.tar.bz2 |
Reverting #337820 which causes menu tests to fail, unbeknownst to testing bot. Hrm...
Diffstat (limited to 'modules/simpletest/drupal_web_test_case.php')
-rw-r--r-- | modules/simpletest/drupal_web_test_case.php | 2 |
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 4d43592d1..10d95a546 100644 --- a/modules/simpletest/drupal_web_test_case.php +++ b/modules/simpletest/drupal_web_test_case.php @@ -661,7 +661,7 @@ class DrupalWebTestCase { */ 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'); |