Index: DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MultiCoreMacroStabilityTests.cs =================================================================== diff -u -r5029 -r5031 --- DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MultiCoreMacroStabilityTests.cs (.../MultiCoreMacroStabilityTests.cs) (revision 5029) +++ DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MultiCoreMacroStabilityTests.cs (.../MultiCoreMacroStabilityTests.cs) (revision 5031) @@ -295,7 +295,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.CalculationMessages, Has.Length.EqualTo(2456)); //#Bka was 2766 + Assert.That(output.Results.CalculationMessages, Has.Length.EqualTo(2486)); //#Bka was 2766 Assert.That(output.Results.CalculationResults, Has.Length.EqualTo(724)); //#Bka was 646 }); // This file is created in the Debug/Release folder while running this test.