Index: DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MultiCoreMacroStabilityTests.cs =================================================================== diff -u -r4589 -r4590 --- DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MultiCoreMacroStabilityTests.cs (.../MultiCoreMacroStabilityTests.cs) (revision 4589) +++ DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MultiCoreMacroStabilityTests.cs (.../MultiCoreMacroStabilityTests.cs) (revision 4590) @@ -278,8 +278,8 @@ // 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.AreEqual(2755, output.Results.CalculationMessages.Length); - Assert.AreEqual(643, output.Results.CalculationResults.Length); + Assert.AreEqual(2768, output.Results.CalculationMessages.Length); + Assert.AreEqual(646, output.Results.CalculationResults.Length); CheckLargeResultsSets.CheckBasicResultsBasedOnReferenceResultsFile( "TestFiles\\LargeInsideBishopNoAdaptionGridResults_Cores_1.xml", outputFileName, output.Results.CalculationResults);