From 1db5aed6291756b5869de074021a909899c17579 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Fri, 26 Apr 2013 08:39:06 -0700 Subject: Issue #1797360 by dcam, izus, xjm, Lars Toomre: Remove t() from test asserts in locale and path module backported from D8 language module --- modules/path/path.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/path') diff --git a/modules/path/path.test b/modules/path/path.test index f5c303c3a..8bdbaf6de 100644 --- a/modules/path/path.test +++ b/modules/path/path.test @@ -508,8 +508,8 @@ class PathMonolingualTestCase extends DrupalWebTestCase { $this->drupalPost('admin/config/regional/language', $edit, t('Save configuration')); // Verify that French is the only language. - $this->assertFalse(drupal_multilingual(), t('Site is mono-lingual')); - $this->assertEqual(language_default('language'), 'fr', t('French is the default language')); + $this->assertFalse(drupal_multilingual(), 'Site is mono-lingual'); + $this->assertEqual(language_default('language'), 'fr', 'French is the default language'); // Set language detection to URL. $edit = array('language[enabled][locale-url]' => TRUE); -- cgit v1.2.3