Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs =================================================================== diff -u -rcb9ea4ad53b55626245ff8399d7cf0905185e632 -r711f6909f672eff30cea67489cb7372f01e7aff9 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision cb9ea4ad53b55626245ff8399d7cf0905185e632) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/StorageSqLiteIntegrationTest.cs (.../StorageSqLiteIntegrationTest.cs) (revision 711f6909f672eff30cea67489cb7372f01e7aff9) @@ -1568,9 +1568,9 @@ private static void AssertGrassCoverErosionInwardsOutput(GrassCoverErosionInwardsOutput expectedOutput, GrassCoverErosionInwardsOutput actualOutput) { - Assert.AreEqual(expectedOutput.ResultOutput.WaveHeight, actualOutput.ResultOutput.WaveHeight); - Assert.AreEqual(expectedOutput.ResultOutput.IsOvertoppingDominant, actualOutput.ResultOutput.IsOvertoppingDominant); - AssertProbabilityAssessmentOutput(expectedOutput.ResultOutput.ProbabilityAssessmentOutput, actualOutput.ResultOutput.ProbabilityAssessmentOutput); + Assert.AreEqual(expectedOutput.OvertoppingOutput.WaveHeight, actualOutput.OvertoppingOutput.WaveHeight); + Assert.AreEqual(expectedOutput.OvertoppingOutput.IsOvertoppingDominant, actualOutput.OvertoppingOutput.IsOvertoppingDominant); + AssertProbabilityAssessmentOutput(expectedOutput.OvertoppingOutput.ProbabilityAssessmentOutput, actualOutput.OvertoppingOutput.ProbabilityAssessmentOutput); AssertDikeHeightOutput(expectedOutput.DikeHeightOutput, actualOutput.DikeHeightOutput); AssertOvertoppingRateOutput(expectedOutput.OvertoppingRateOutput, actualOutput.OvertoppingRateOutput); }