diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-03-21 04:17:02 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-03-21 04:17:02 +0000 |
commit | 1a33d02351f397dafffbbbc6079a191fdf16ebc9 (patch) | |
tree | e47bd9ffbd5f065424a0babe222a590e407d28ff /modules | |
parent | 426f82ac6dc41caa09d98168a40c96b677223831 (diff) | |
download | brdo-1a33d02351f397dafffbbbc6079a191fdf16ebc9.tar.gz brdo-1a33d02351f397dafffbbbc6079a191fdf16ebc9.tar.bz2 |
#730220 by aspilicious and Berdir: Remove random fails from Locale tests.
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. |