summaryrefslogtreecommitdiff
path: root/modules/simpletest
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-08-21 14:28:52 +0000
committerDries Buytaert <dries@buytaert.net>2009-08-21 14:28:52 +0000
commit1f1734af0159d43bbc521a6efc58d529a6a8f525 (patch)
tree16c3df4bfbe4952bf23138d282e390567b47faf1 /modules/simpletest
parent2a123f0ac94cad2771b19ca81b9637f83cb06869 (diff)
downloadbrdo-1f1734af0159d43bbc521a6efc58d529a6a8f525.tar.gz
brdo-1f1734af0159d43bbc521a6efc58d529a6a8f525.tar.bz2
- Patch #552958 by Gábor Hojtsy: create 'regional and language' section in 'configuration and modules'.
Diffstat (limited to 'modules/simpletest')
-rw-r--r--modules/simpletest/tests/common.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/simpletest/tests/common.test b/modules/simpletest/tests/common.test
index c302a727a..ce9b0ade9 100644
--- a/modules/simpletest/tests/common.test
+++ b/modules/simpletest/tests/common.test
@@ -1225,7 +1225,7 @@ class FormatDateUnitTest extends DrupalWebTestCase {
'direction' => LANGUAGE_LTR,
'prefix' => self::LANGCODE,
);
- $this->drupalPost('admin/config/international/language/add', $edit, t('Add custom language'));
+ $this->drupalPost('admin/config/regional/language/add', $edit, t('Add custom language'));
// Create a test user to carry out the tests.
$test_user = $this->drupalCreateUser();