summaryrefslogtreecommitdiff
path: root/modules/locale
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2008-11-23 21:17:48 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2008-11-23 21:17:48 +0000
commit251a761eaa58b6f5e1eac7ff02a5d879e22eaa77 (patch)
treeccf1ccd340b33e910046a50343f6b8ca0b098e50 /modules/locale
parent079a1bd2a5cf2d5429e64ed466dd51650b4ef5ba (diff)
downloadbrdo-251a761eaa58b6f5e1eac7ff02a5d879e22eaa77.tar.gz
brdo-251a761eaa58b6f5e1eac7ff02a5d879e22eaa77.tar.bz2
#337820 by Dave Reid: Rename menu path 'logout' to 'user/logout' for consistency.
Diffstat (limited to 'modules/locale')
-rw-r--r--modules/locale/locale.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/locale/locale.test b/modules/locale/locale.test
index 3daf79f5e..81ec48f8c 100644
--- a/modules/locale/locale.test
+++ b/modules/locale/locale.test
@@ -58,7 +58,7 @@ class LocaleTestCase extends DrupalWebTestCase {
// No t() here, we do not want to add this string to the database and it's
// surely not translated yet.
$this->assertText($native, 'Test language added');
- $this->drupalGet('logout');
+ $this->drupalLogout();
// Search for the name and translate it.
$this->drupalLogin($translate_user);
@@ -90,7 +90,7 @@ class LocaleTestCase extends DrupalWebTestCase {
$this->drupalPost('admin/build/translate/search', $search, t('Search'));
// The indicator should not be here.
$this->assertNoRaw($language_indicator, 'String is translated');
- $this->drupalGet('logout');
+ $this->drupalLogout();
// Delete the language.
$this->drupalLogin($admin_user);
@@ -104,7 +104,7 @@ class LocaleTestCase extends DrupalWebTestCase {
$this->assertNoText($langcode, 'Language code not found');
$this->assertNoText($name, 'Name not found');
$this->assertNoText($native, 'Native not found');
- $this->drupalGet('logout');
+ $this->drupalLogout();
// Delete the name string.
$this->drupalLogin($translate_user);