Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Integration.Test/GrassCoverErosionInwardsInputContextPropertiesIntegrationTest.cs =================================================================== diff -u -racfeebf1048eabf0027b59803170d5852ab86a14 -r08a7e5a78a7b9976fe8191b13af73738cb75d69d --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Integration.Test/GrassCoverErosionInwardsInputContextPropertiesIntegrationTest.cs (.../GrassCoverErosionInwardsInputContextPropertiesIntegrationTest.cs) (revision acfeebf1048eabf0027b59803170d5852ab86a14) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Integration.Test/GrassCoverErosionInwardsInputContextPropertiesIntegrationTest.cs (.../GrassCoverErosionInwardsInputContextPropertiesIntegrationTest.cs) (revision 08a7e5a78a7b9976fe8191b13af73738cb75d69d) @@ -44,7 +44,7 @@ } [Test] - public void DikeProfile_CalculationDikeProfileChangedToMatchOtherSection_SecondSectionResultCalculationSetFirstSectionResultCalculationNull() + public void DikeProfile_CalculationDikeProfileSetToOtherSection_SecondSectionResultCalculationSetFirstSectionResultCalculationNull() { // Setup var assessmentSectionMock = mockRepository.StrictMock(); @@ -100,7 +100,7 @@ } [Test] - public void DikeProfile_CalculationDikeProfileChangedToMatchOtherSection_SecondSectionResultCalculationUnchangedFirstSectionResultCalculationNull() + public void DikeProfile_CalculationDikeProfileSetToOtherSection_SecondSectionResultCalculationUnchangedFirstSectionResultCalculationNull() { // Setup var assessmentSectionMock = mockRepository.StrictMock();