From 735e532bee7482fc55b91dd39b1e629dfd9e1957 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 11 Aug 2009 11:52:46 +0000 Subject: =?UTF-8?q?-=20Patch=20#508458=20by=20catch,=20G=C3=A1bor=20Hojtsy?= =?UTF-8?q?,=20yoroy:=20created=20'Configuration=20and=20modules'=20sectio?= =?UTF-8?q?n=20so=20we=20can=20start=20moving=20over=20configuration=20ite?= =?UTF-8?q?ms.=20Let's=20see=20how=20this=20goes=20...?= 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/tests/common.test') diff --git a/modules/simpletest/tests/common.test b/modules/simpletest/tests/common.test index 60265bd8d..d0b16e9ab 100644 --- a/modules/simpletest/tests/common.test +++ b/modules/simpletest/tests/common.test @@ -1112,7 +1112,7 @@ class FormatDateUnitTest extends DrupalWebTestCase { 'direction' => LANGUAGE_LTR, 'prefix' => self::LANGCODE, ); - $this->drupalPost('admin/international/language/add', $edit, t('Add custom language')); + $this->drupalPost('admin/config/international/language/add', $edit, t('Add custom language')); // Create a test user to carry out the tests. $test_user = $this->drupalCreateUser(); -- cgit v1.2.3