diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/locale/locale.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/locale/locale.test b/modules/locale/locale.test index 346dcc918..71570ef9f 100644 --- a/modules/locale/locale.test +++ b/modules/locale/locale.test @@ -330,7 +330,7 @@ class LocaleTranslationFunctionalTest extends DrupalWebTestCase { ->condition('l.textgroup', 'default') ->execute(); $url = 'admin/config/regional/translate/edit/' . $result->fetchObject()->lid; - $edit = array('translations['. $langcode .']' => $this->randomString()); + $edit = array('translations['. $langcode .']' => $this->randomName()); $this->drupalPost($url, $edit, t('Save translations')); // Trigger JavaScript translation parsing and building. |