Issue #1541792 follow-up by chx: Fix random test failures.

merge-requests/26/head
webchick 2012-04-25 23:41:32 -07:00
parent a04e1963ce
commit a097b49925
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);
}