Index: Riskeer/Integration/src/Riskeer.Integration.IO/Factories/ExportableCombinedSectionAssemblyFactory.cs =================================================================== diff -u -re8aa5404358ff22e57d67e18b219dc4730d57a41 -r18e9564720d5d2d6765d39ceba8943ee8d1b9054 --- Riskeer/Integration/src/Riskeer.Integration.IO/Factories/ExportableCombinedSectionAssemblyFactory.cs (.../ExportableCombinedSectionAssemblyFactory.cs) (revision e8aa5404358ff22e57d67e18b219dc4730d57a41) +++ Riskeer/Integration/src/Riskeer.Integration.IO/Factories/ExportableCombinedSectionAssemblyFactory.cs (.../ExportableCombinedSectionAssemblyFactory.cs) (revision 18e9564720d5d2d6765d39ceba8943ee8d1b9054) @@ -86,20 +86,20 @@ Tuple[] failureMechanisms = { CreateTuple(assemblyResult.Piping, assessmentSection.Piping), - CreateTuple(assemblyResult.GrassCoverErosionInwards, assessmentSection.GrassCoverErosionInwards), CreateTuple(assemblyResult.MacroStabilityInwards, assessmentSection.MacroStabilityInwards), - CreateTuple(assemblyResult.Microstability, assessmentSection.Microstability), + CreateTuple(assemblyResult.GrassCoverErosionInwards, assessmentSection.GrassCoverErosionInwards), + CreateTuple(assemblyResult.HeightStructures, assessmentSection.HeightStructures), + CreateTuple(assemblyResult.ClosingStructures, assessmentSection.ClosingStructures), + CreateTuple(assemblyResult.StabilityPointStructures, assessmentSection.StabilityPointStructures), CreateTuple(assemblyResult.StabilityStoneCover, assessmentSection.StabilityStoneCover), CreateTuple(assemblyResult.WaveImpactAsphaltCover, assessmentSection.WaveImpactAsphaltCover), - CreateTuple(assemblyResult.WaterPressureAsphaltCover, assessmentSection.WaterPressureAsphaltCover), CreateTuple(assemblyResult.GrassCoverErosionOutwards, assessmentSection.GrassCoverErosionOutwards), + CreateTuple(assemblyResult.DuneErosion, assessmentSection.DuneErosion), + CreateTuple(assemblyResult.Microstability, assessmentSection.Microstability), CreateTuple(assemblyResult.GrassCoverSlipOffOutwards, assessmentSection.GrassCoverSlipOffOutwards), CreateTuple(assemblyResult.GrassCoverSlipOffInwards, assessmentSection.GrassCoverSlipOffInwards), - CreateTuple(assemblyResult.HeightStructures, assessmentSection.HeightStructures), - CreateTuple(assemblyResult.ClosingStructures, assessmentSection.ClosingStructures), CreateTuple(assemblyResult.PipingStructure, assessmentSection.PipingStructure), - CreateTuple(assemblyResult.StabilityPointStructures, assessmentSection.StabilityPointStructures), - CreateTuple(assemblyResult.DuneErosion, assessmentSection.DuneErosion) + CreateTuple(assemblyResult.WaterPressureAsphaltCover, assessmentSection.WaterPressureAsphaltCover) }; List exportableAssemblyResults =