From 56ded311cbe2f23f03dce50bbaea3240fe78eeff Mon Sep 17 00:00:00 2001 From: webchick <webchick@24967.no-reply.drupal.org> Date: Sat, 28 Apr 2012 23:06:18 -0700 Subject: [PATCH] Issue #1497230 follow-up by sun: Fixed SimpleTest UI failure after dependency injection patch. --- core/modules/path/path.test | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/modules/path/path.test b/core/modules/path/path.test index 0066071d0f40..a3f5820bb3e3 100644 --- a/core/modules/path/path.test +++ b/core/modules/path/path.test @@ -542,9 +542,6 @@ class PathMonolingualTestCase extends PathTestCase { // Set language detection to URL. $edit = array('language_interface[enabled][language-url]' => TRUE); $this->drupalPost('admin/config/regional/language/detection', $edit, t('Save settings')); - - // Force languages to be initialized. - drupal_language_initialize(); } /** -- GitLab