Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs =================================================================== diff -u -rfc38d18fc6ff1749476da0ea43281d5d80568283 -rc4d2af65ad23757fb3bd11f93458839bc1787ded --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs (.../AssessmentSectionTreeNodeInfoTest.cs) (revision fc38d18fc6ff1749476da0ea43281d5d80568283) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/AssessmentSectionTreeNodeInfoTest.cs (.../AssessmentSectionTreeNodeInfoTest.cs) (revision c4d2af65ad23757fb3bd11f93458839bc1787ded) @@ -36,6 +36,7 @@ using Ringtoets.Integration.Data.Placeholders; using Ringtoets.Integration.Forms.PresentationObjects; using Ringtoets.Integration.Plugin; +using Ringtoets.Piping.Data; using Ringtoets.Piping.Forms.PresentationObjects; using RingtoetsIntegrationFormsResources = Ringtoets.Integration.Forms.Properties.Resources; @@ -145,8 +146,8 @@ // Setup var failureMechanisms = new IFailureMechanism[] { - new Piping.Data.Piping(), - new Placeholder("A") + new PipingFailureMechanism(), + new FailureMechanismPlaceholder("A") }; var contribution = new FailureMechanismContribution(failureMechanisms, 10.0, 2); var comments = "some comment";