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/path/path.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/path') 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); -- cgit v1.2.3