Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRow/TechnicalInnovationSectionResultRowTest.cs =================================================================== diff -u -r08a279166007321b0ae0f2f15a2f13c191952e1b -r94ca10cc638e4d7ceb513a0eb548e6953f2c97df --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRow/TechnicalInnovationSectionResultRowTest.cs (.../TechnicalInnovationSectionResultRowTest.cs) (revision 08a279166007321b0ae0f2f15a2f13c191952e1b) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/SectionResultRow/TechnicalInnovationSectionResultRowTest.cs (.../TechnicalInnovationSectionResultRowTest.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,22 +87,6 @@ } [Test] - public void AssessmentLayerTwoA_AlwaysOnChange_ResultPropertyChanged() - { - // Setup - var newValue = AssessmentLayerTwoAResult.Successful; - var section = CreateSection(); - var result = new TechnicalInnovationFailureMechanismSectionResult(section); - var row = new TechnicalInnovationSectionResultRow(result); - - // Call - row.AssessmentLayerTwoA = newValue; - - // Assert - Assert.AreEqual(newValue, result.AssessmentLayerTwoA); - } - - [Test] public void AssessmentLayerThree_AlwaysOnChange_ResultPropertyChanged() { // Setup