Index: Riskeer/Integration/src/Riskeer.Integration.IO/Factories/ExportableAssessmentSectionFactory.cs =================================================================== diff -u -r19e6d4ac96b28f25e8f2a5c0f164118dd0a05c0d -rfd914c7f9a3793fde3aaf8a8bc101f9c44de3c33 --- Riskeer/Integration/src/Riskeer.Integration.IO/Factories/ExportableAssessmentSectionFactory.cs (.../ExportableAssessmentSectionFactory.cs) (revision 19e6d4ac96b28f25e8f2a5c0f164118dd0a05c0d) +++ Riskeer/Integration/src/Riskeer.Integration.IO/Factories/ExportableAssessmentSectionFactory.cs (.../ExportableAssessmentSectionFactory.cs) (revision fd914c7f9a3793fde3aaf8a8bc101f9c44de3c33) @@ -198,8 +198,9 @@ /// Thrown when assembly results cannot be created for . private static IEnumerable CreateExportableCombinedSectionAssemblyCollection(AssessmentSection assessmentSection) { - IEnumerable assemblyResults = new List(); - return ExportableCombinedSectionAssemblyFactory.CreateExportableCombinedSectionAssemblyCollection(assemblyResults, assessmentSection); + return ExportableCombinedSectionAssemblyFactory.CreateExportableCombinedSectionAssemblyCollection( + AssessmentSectionAssemblyFactory.AssembleCombinedPerFailureMechanismSection(assessmentSection), + assessmentSection); } } } \ No newline at end of file