@Test
@Transactional
public void importInvalidDescriptionValuesToWorkReport() {
// create work report with a work report line
WorkReportDTO workReportDTO = createWorkReportDTO(workReportTypeCode4);
// create invalid description value to add into head and lines.
DescriptionValueDTO valueDTO1 = new DescriptionValueDTO(field1 + "X",
"incorrecto");
DescriptionValueDTO valueDTO2 = new DescriptionValueDTO(field2 + "X",