Index: DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MultiCoreMacroStabilityTests.cs =================================================================== diff -u -r5150 -r5174 --- DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MultiCoreMacroStabilityTests.cs (.../MultiCoreMacroStabilityTests.cs) (revision 5150) +++ DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MultiCoreMacroStabilityTests.cs (.../MultiCoreMacroStabilityTests.cs) (revision 5174) @@ -230,7 +230,7 @@ // This test has to make sure that the results are the same as the single core version of this test // If the values change below, just change them. Assert.That(output.Results.CalculationResults, Has.Length.EqualTo(9)); - Assert.That(output.Results.CalculationMessages, Has.Length.EqualTo(670)); + Assert.That(output.Results.CalculationMessages, Has.Length.EqualTo(678)); }); } else @@ -240,7 +240,7 @@ // Note that all results are based on the single core version of this test that can be found at: // DesignBishopOptimizedSlopeAndShoulderAdaptionWithScenariosForHeadPL3CalculatesCorrect in MacroStabilityInwardsTests Assert.That(output.Results.CalculationResults, Has.Length.EqualTo(18)); - Assert.That(output.Results.CalculationMessages, Has.Length.EqualTo(1336)); + Assert.That(output.Results.CalculationMessages, Has.Length.EqualTo(1352)); }); }