summaryrefslogtreecommitdiff
path: root/modules/path/path.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/path/path.test')
-rw-r--r--modules/path/path.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/path/path.test b/modules/path/path.test
index 0015fe36b..18e2b6939 100644
--- a/modules/path/path.test
+++ b/modules/path/path.test
@@ -148,7 +148,7 @@ class PathLanguageTestCase extends DrupalWebTestCase {
$edit = array();
$edit['langcode'] = 'fr';
- $this->drupalPost('admin/settings/language/add', $edit, t('Add language'));
+ $this->drupalPost('admin/international/language/add', $edit, t('Add language'));
// Set language negotiation to "Path prefix with fallback".
variable_set('language_negotiation', LANGUAGE_NEGOTIATION_PATH);