summaryrefslogtreecommitdiff
path: root/modules/path
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-08-11 11:52:46 +0000
committerDries Buytaert <dries@buytaert.net>2009-08-11 11:52:46 +0000
commit735e532bee7482fc55b91dd39b1e629dfd9e1957 (patch)
treea2e07bd3f3346a24fc769d76d46eda2bc6d2ada0 /modules/path
parentef5c041534a4d3afcb382cc8bec646e725ee61c9 (diff)
downloadbrdo-735e532bee7482fc55b91dd39b1e629dfd9e1957.tar.gz
brdo-735e532bee7482fc55b91dd39b1e629dfd9e1957.tar.bz2
- Patch #508458 by catch, Gábor Hojtsy, yoroy: created 'Configuration and modules' section so we can start moving over configuration items. Let's see how this goes ...
Diffstat (limited to 'modules/path')
-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 e00cd9073..d77d0ea47 100644
--- a/modules/path/path.test
+++ b/modules/path/path.test
@@ -179,7 +179,7 @@ class PathLanguageTestCase extends DrupalWebTestCase {
$edit = array();
$edit['langcode'] = 'fr';
- $this->drupalPost('admin/international/language/add', $edit, t('Add language'));
+ $this->drupalPost('admin/config/international/language/add', $edit, t('Add language'));
// Set language negotiation to "Path prefix with fallback".
variable_set('language_negotiation', LANGUAGE_NEGOTIATION_PATH);