Issue #1541792 by tim.plunkett, chx: follow-up to remove random test failures.

8.0.x
catch 2012-04-26 12:13:31 +09:00
parent bc913ac714
commit 0594b0148a
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}