Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRow/StrengthStabilityLengthwiseConstructionSectionResultRowTest.cs =================================================================== diff -u -r3684562eb91b4bf579391fd508d4ef82ba4397b2 -r94ca10cc638e4d7ceb513a0eb548e6953f2c97df --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRow/StrengthStabilityLengthwiseConstructionSectionResultRowTest.cs (.../StrengthStabilityLengthwiseConstructionSectionResultRowTest.cs) (revision 3684562eb91b4bf579391fd508d4ef82ba4397b2) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRow/StrengthStabilityLengthwiseConstructionSectionResultRowTest.cs (.../StrengthStabilityLengthwiseConstructionSectionResultRowTest.cs) (revision 94ca10cc638e4d7ceb513a0eb548e6953f2c97df) @@ -58,7 +58,6 @@ // Assert Assert.AreEqual(section.Name, row.Name); Assert.AreEqual(result.AssessmentLayerOne, row.AssessmentLayerOne); - Assert.AreEqual(result.AssessmentLayerTwoA, row.AssessmentLayerTwoA); Assert.AreEqual(result.AssessmentLayerThree, row.AssessmentLayerThree); } @@ -88,23 +87,6 @@ } [Test] - public void AssessmentLayerTwoA_AlwaysOnChange_ResultPropertyChanged() - { - // Setup - var random = new Random(21); - var newValue = random.NextDouble(); - var section = CreateSection(); - var result = new StrengthStabilityLengthwiseConstructionFailureMechanismSectionResult(section); - var row = new StrengthStabilityLengthwiseConstructionSectionResultRow(result); - - // Call - row.AssessmentLayerTwoA = (RoundedDouble)newValue; - - // Assert - Assert.AreEqual(newValue, result.AssessmentLayerTwoA, row.AssessmentLayerTwoA.GetAccuracy()); - } - - [Test] public void AssessmentLayerThree_AlwaysOnChange_ResultPropertyChanged() { // Setup