From 1a33d02351f397dafffbbbc6079a191fdf16ebc9 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 21 Mar 2010 04:17:02 +0000 Subject: #730220 by aspilicious and Berdir: Remove random fails from Locale tests. --- modules/locale/locale.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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. -- cgit v1.2.3