Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs =================================================================== diff -u -rb3af39ba024b8e12fe238d85130697255db28c59 -rae14c5d4e4624fa87390e6d63bb419c648e12dda --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs (.../AssessmentSectionTreeNodeInfoTest.cs) (revision b3af39ba024b8e12fe238d85130697255db28c59) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs (.../AssessmentSectionTreeNodeInfoTest.cs) (revision ae14c5d4e4624fa87390e6d63bb419c648e12dda) @@ -216,7 +216,7 @@ Assert.AreSame(assessmentSection.PipingStructure, pipingStructureFailureMechanismContext.WrappedData); Assert.AreSame(assessmentSection, pipingStructureFailureMechanismContext.Parent); var strengthStabilityPointConstructionFailureMechanismContext = (FailureMechanismContext)objects[18]; - Assert.AreSame(assessmentSection.StrengthStabilityPointConstruction, strengthStabilityPointConstructionFailureMechanismContext.WrappedData); + Assert.AreSame(assessmentSection.StabilityPointStructures, strengthStabilityPointConstructionFailureMechanismContext.WrappedData); Assert.AreSame(assessmentSection, strengthStabilityPointConstructionFailureMechanismContext.Parent); var strengthStabilityLengthwiseConstructionFailureMechanismContext = (FailureMechanismContext)objects[19]; Assert.AreSame(assessmentSection.StrengthStabilityLengthwiseConstruction, strengthStabilityLengthwiseConstructionFailureMechanismContext.WrappedData);