Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Service.Test/MacroStabilityInwardsCalculationServiceTest.cs =================================================================== diff -u -r817ed9bb542c79fdf895dda1bf7d1e312e43e524 -r4e9c268ef863b68aa2800bee7a7372fd5830cb9f --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Service.Test/MacroStabilityInwardsCalculationServiceTest.cs (.../MacroStabilityInwardsCalculationServiceTest.cs) (revision 817ed9bb542c79fdf895dda1bf7d1e312e43e524) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Service.Test/MacroStabilityInwardsCalculationServiceTest.cs (.../MacroStabilityInwardsCalculationServiceTest.cs) (revision 4e9c268ef863b68aa2800bee7a7372fd5830cb9f) @@ -528,7 +528,9 @@ string expectedErrorMessage = "Er zijn een of meerdere fouten opgetreden. Klik op details voor meer informatie." + $"{Environment.NewLine}" - + "* Calculation Error"; + + "* Calculation Error 1" + + $"{Environment.NewLine}" + + "* Calculation Error 2"; CalculationServiceTestHelper.AssertCalculationStartMessage(msgs[0]); Assert.AreEqual(expectedErrorMessage, msgs[1]); @@ -591,10 +593,12 @@ string expectedErrorMessage = "Er zijn een of meerdere fouten opgetreden. Klik op details voor meer informatie." + $"{Environment.NewLine}" - + "* Calculation Error" + + "* Calculation Error 1" + $"{Environment.NewLine}" + "* Calculation Warning 1" + $"{Environment.NewLine}" + + "* Calculation Error 2" + + $"{Environment.NewLine}" + "* Calculation Warning 2"; CalculationServiceTestHelper.AssertCalculationStartMessage(msgs[0]);