$this->assertEqual($entity->{$field_name_no_access}[$langcode][0]['value'],99,'New revision has the expected value for the field with no edit access.');
$this->assertEqual($entity->{$field_name}[$langcode][0]['value'],2,'New revision has the expected value for the field with edit access.');
$errors[]=t('The file is %filesize which would exceed your disk quota of %quota.',array('%filesize'=>format_size($file->filesize),'%quota'=>format_size($user_limit)));
}
...
...
@@ -701,7 +701,7 @@ function file_file_download($uri, $field_type = 'file') {