From bd9554952c02b4ea70103a87d3b7ef51af29f9d4 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 24 Nov 2008 04:22:02 +0000 Subject: Reverting #337820 which causes menu tests to fail, unbeknownst to testing bot. Hrm... --- modules/simpletest/drupal_web_test_case.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/simpletest/drupal_web_test_case.php') 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'); -- cgit v1.2.3