Project

General

Profile

bug #7103

Updated by Andreas Kohlbecker over 6 years ago

`SpecimenTypeDesignationWorkingSetServiceImpl` implements the delete operation for    `SpecimenTypeDesignationWorkingSetDTO<Registration>` and also handles the removal of `SpecimenTypeDesignations` from a workingset. For both test are implemented in `SpecimenTypeDesignationWorkingSetServiceImplTest` but they still fail completely or not all assumptions are fulfilled: 

 * `deleteTypeDesignationTest`: fails completely and is ignored 
 * `deleteWorkingsetTest`: works but the deletion of the working set is not complete:  
     * the gathering event is not deleted, should it be deleted by orphan removal? 
     * media are not affected be the deletion,    should be an option in `SpecimenDeleteConfigurator`?  

Back