Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsOutputContextTreeNodeInfoTest.cs =================================================================== diff -u -ra6d909b9368f5596488c9852e16a9779e01dc0a7 -r739159886ce078f3fa01b26f0127f8ddf653cdaf --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsOutputContextTreeNodeInfoTest.cs (.../GrassCoverErosionInwardsOutputContextTreeNodeInfoTest.cs) (revision a6d909b9368f5596488c9852e16a9779e01dc0a7) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsOutputContextTreeNodeInfoTest.cs (.../GrassCoverErosionInwardsOutputContextTreeNodeInfoTest.cs) (revision 739159886ce078f3fa01b26f0127f8ddf653cdaf) @@ -168,6 +168,8 @@ var overtoppingOutputContext = children[0] as OvertoppingOutputContext; Assert.IsNotNull(overtoppingOutputContext); Assert.AreSame(grassCoverErosionInwardsCalculation, overtoppingOutputContext.WrappedData); + Assert.AreSame(failureMechanism, overtoppingOutputContext.FailureMechanism); + Assert.AreSame(assessmentSection, overtoppingOutputContext.AssessmentSection); var dikeHeightOutputContext = children[1] as DikeHeightOutputContext; Assert.IsNotNull(dikeHeightOutputContext);