Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/TreeNodeInfos/GrassCoverErosionInwardsFailureMechanismContextTreeNodeInfoTest.cs =================================================================== diff -u -r64eede81657b51fb755944fd3939ceefb839e591 -rb5accd775c390fa85f815ef13c3c3e54a6d10ada --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/TreeNodeInfos/GrassCoverErosionInwardsFailureMechanismContextTreeNodeInfoTest.cs (.../GrassCoverErosionInwardsFailureMechanismContextTreeNodeInfoTest.cs) (revision 64eede81657b51fb755944fd3939ceefb839e591) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/TreeNodeInfos/GrassCoverErosionInwardsFailureMechanismContextTreeNodeInfoTest.cs (.../GrassCoverErosionInwardsFailureMechanismContextTreeNodeInfoTest.cs) (revision b5accd775c390fa85f815ef13c3c3e54a6d10ada) @@ -126,6 +126,7 @@ var dikeProfilesContext = (DikeProfilesContext) inputsFolder.Contents[1]; Assert.AreSame(failureMechanism.DikeProfiles, dikeProfilesContext.WrappedData); + Assert.AreSame(failureMechanism, dikeProfilesContext.ParentFailureMechanism); Assert.AreSame(assessmentSectionMock, dikeProfilesContext.ParentAssessmentSection); var commentContext = (CommentContext) inputsFolder.Contents[2];