Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/FailureMechanismContextTreeNodeInfoTest.cs =================================================================== diff -u -r04012135e8adf6a03ce2928e047603435c9a186f -r2aef722232d5148555f03e422aa08c5a8adfc359 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/FailureMechanismContextTreeNodeInfoTest.cs (.../FailureMechanismContextTreeNodeInfoTest.cs) (revision 04012135e8adf6a03ce2928e047603435c9a186f) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/FailureMechanismContextTreeNodeInfoTest.cs (.../FailureMechanismContextTreeNodeInfoTest.cs) (revision 2aef722232d5148555f03e422aa08c5a8adfc359) @@ -36,15 +36,13 @@ using Core.Common.Utils.Reflection; using NUnit.Framework; using Rhino.Mocks; -using Ringtoets.ClosingStructures.Data; using Ringtoets.Common.Data; using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Data.TestUtil; using Ringtoets.Common.Forms.PresentationObjects; using Ringtoets.Integration.Data.StandAlone.SectionResults; using Ringtoets.Integration.Plugin; -using Ringtoets.StabilityPointStructures.Data; using Ringtoets.StabilityStoneCover.Data; using RingtoetsFormsResources = Ringtoets.Integration.Forms.Properties.Resources; using RingtoetsCommonFormsResources = Ringtoets.Common.Forms.Properties.Resources; @@ -214,8 +212,6 @@ TestName = "ChildNodeObjects_FailureMechanismIsRelevant_OutputNodeAddedForResult(StrengthStabilityLengthwiseConstructionFailureMechanismSectionResult)")] [TestCase(typeof(WaterPressureAsphaltCoverFailureMechanismSectionResult), TestName = "ChildNodeObjects_FailureMechanismIsRelevant_OutputNodeAddedForResult(WaterPressureAsphaltCoverFailureMechanismSectionResult)")] - [TestCase(typeof(ClosingStructuresFailureMechanismSectionResult), - TestName = "ChildNodeObjects_FailureMechanismIsRelevant_OutputNodeAddedForResult(ClosingStructuresFailureMechanismSectionResult)")] [TestCase(typeof(MacrostabilityInwardsFailureMechanismSectionResult), TestName = "ChildNodeObjects_FailureMechanismIsRelevant_OutputNodeAddedForResult(MacrostabilityInwardsFailureMechanismSectionResult)")] [TestCase(typeof(MacrostabilityOutwardsFailureMechanismSectionResult),