summaryrefslogtreecommitdiff
path: root/modules/locale/locale.test
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-11-25 13:16:39 +0000
committerDries Buytaert <dries@buytaert.net>2008-11-25 13:16:39 +0000
commitc01f85bc37be9de6397d58f735c4f611f0f12256 (patch)
tree31886b18038b0280a43dd0a12c08b816454d1f0f /modules/locale/locale.test
parenteda100b83da4d71bf0bfa6c614e08327ef0d292b (diff)
downloadbrdo-c01f85bc37be9de6397d58f735c4f611f0f12256.tar.gz
brdo-c01f85bc37be9de6397d58f735c4f611f0f12256.tar.bz2
- Patch #337820 by Dave Reid: rename menu path logout to user/logout.
Diffstat (limited to 'modules/locale/locale.test')
-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 45a014755..26904e824 100644
--- a/modules/locale/locale.test
+++ b/modules/locale/locale.test
@@ -55,7 +55,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);
@@ -87,7 +87,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);
@@ -101,7 +101,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);