diff options
Diffstat (limited to 'modules/simpletest/tests/common.test')
-rw-r--r-- | modules/simpletest/tests/common.test | 2 |
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(); |