From 1a33d02351f397dafffbbbc6079a191fdf16ebc9 Mon Sep 17 00:00:00 2001
From: Angie Byron <webchick@24967.no-reply.drupal.org>
Date: Sun, 21 Mar 2010 04:17:02 +0000
Subject: [PATCH] #730220 by aspilicious and Berdir: Remove random fails from
 Locale tests.

---
 modules/locale/locale.test | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/locale/locale.test b/modules/locale/locale.test
index 346dcc918d38..71570ef9f79a 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.
-- 
GitLab