diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2012-04-25 23:41:32 -0700 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2012-04-25 23:41:32 -0700 |
commit | a097b499251aea0f5965e3ed6c3bc60d8b385e2a (patch) | |
tree | f324090368019ca28a9e4a8584f8f7c19a06b0b6 /modules | |
parent | a04e1963cefe5083c89ff1548c6fff64278473f9 (diff) | |
download | brdo-a097b499251aea0f5965e3ed6c3bc60d8b385e2a.tar.gz brdo-a097b499251aea0f5965e3ed6c3bc60d8b385e2a.tar.bz2 |
Issue #1541792 follow-up by chx: Fix random test failures.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/field/modules/list/tests/list.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/field/modules/list/tests/list.test b/modules/field/modules/list/tests/list.test index 10cd0ed74..e77d8c602 100644 --- a/modules/field/modules/list/tests/list.test +++ b/modules/field/modules/list/tests/list.test @@ -145,7 +145,7 @@ class ListDynamicValuesTestCase extends FieldTestCase { 'id' => mt_rand(1, 10), 'vid' => mt_rand(1, 10), 'bundle' => 'test_bundle', - 'label' => $this->randomString(), + 'label' => $this->randomName(), ); $this->entity = call_user_func_array('field_test_create_stub_entity', $this->test); } |