Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.Test/ClosingStructuresFailureMechanismSectionResultTest.cs =================================================================== diff -u -r98395ffc452cfe698d63f114f92143c9688f90bf -r833f5040466fd7aade9f59daee3445ed7538af91 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.Test/ClosingStructuresFailureMechanismSectionResultTest.cs (.../ClosingStructuresFailureMechanismSectionResultTest.cs) (revision 98395ffc452cfe698d63f114f92143c9688f90bf) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.Test/ClosingStructuresFailureMechanismSectionResultTest.cs (.../ClosingStructuresFailureMechanismSectionResultTest.cs) (revision 833f5040466fd7aade9f59daee3445ed7538af91) @@ -23,7 +23,6 @@ using Core.Common.TestUtil; using NUnit.Framework; using Ringtoets.Common.Data.FailureMechanism; -using Ringtoets.Common.Data.Structures; using Ringtoets.Common.Data.TestUtil; namespace Ringtoets.ClosingStructures.Data.Test @@ -49,23 +48,6 @@ } [Test] - public void Calculation_SetNewValue_GetNewlySetValue() - { - // Setup - FailureMechanismSection section = FailureMechanismSectionTestFactory.CreateFailureMechanismSection(); - - var result = new ClosingStructuresFailureMechanismSectionResult(section); - - var calculation = new StructuresCalculation(); - - // Call - result.Calculation = calculation; - - // Assert - Assert.AreSame(calculation, result.Calculation); - } - - [Test] [SetCulture("nl-NL")] [TestCase(double.NegativeInfinity)] [TestCase(double.PositiveInfinity)]