From 1f1734af0159d43bbc521a6efc58d529a6a8f525 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 21 Aug 2009 14:28:52 +0000 Subject: =?UTF-8?q?-=20Patch=20#552958=20by=20G=C3=A1bor=20Hojtsy:=20creat?= =?UTF-8?q?e=20'regional=20and=20language'=20section=20in=20'configuration?= =?UTF-8?q?=20and=20modules'.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/simpletest/tests/common.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/simpletest') 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(); -- cgit v1.2.3