Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs =================================================================== diff -u -rae14c5d4e4624fa87390e6d63bb419c648e12dda -r4a204921c07e423981a5c4c0e51202a9859abe25 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs (.../AssessmentSectionTreeNodeInfoTest.cs) (revision ae14c5d4e4624fa87390e6d63bb419c648e12dda) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs (.../AssessmentSectionTreeNodeInfoTest.cs) (revision 4a204921c07e423981a5c4c0e51202a9859abe25) @@ -215,9 +215,9 @@ var pipingStructureFailureMechanismContext = (FailureMechanismContext)objects[17]; Assert.AreSame(assessmentSection.PipingStructure, pipingStructureFailureMechanismContext.WrappedData); Assert.AreSame(assessmentSection, pipingStructureFailureMechanismContext.Parent); - var strengthStabilityPointConstructionFailureMechanismContext = (FailureMechanismContext)objects[18]; - Assert.AreSame(assessmentSection.StabilityPointStructures, strengthStabilityPointConstructionFailureMechanismContext.WrappedData); - Assert.AreSame(assessmentSection, strengthStabilityPointConstructionFailureMechanismContext.Parent); + var stabilityPointStructuresFailureMechanismContext = (FailureMechanismContext)objects[18]; + Assert.AreSame(assessmentSection.StabilityPointStructures, stabilityPointStructuresFailureMechanismContext.WrappedData); + Assert.AreSame(assessmentSection, stabilityPointStructuresFailureMechanismContext.Parent); var strengthStabilityLengthwiseConstructionFailureMechanismContext = (FailureMechanismContext)objects[19]; Assert.AreSame(assessmentSection.StrengthStabilityLengthwiseConstruction, strengthStabilityLengthwiseConstructionFailureMechanismContext.WrappedData); Assert.AreSame(assessmentSection, strengthStabilityLengthwiseConstructionFailureMechanismContext.Parent);