Index: DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MultiCoreMacroStabilityTests.cs =================================================================== diff -u -r4593 -r4594 --- DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MultiCoreMacroStabilityTests.cs (.../MultiCoreMacroStabilityTests.cs) (revision 4593) +++ DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MultiCoreMacroStabilityTests.cs (.../MultiCoreMacroStabilityTests.cs) (revision 4594) @@ -279,7 +279,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.AreEqual(2768, output.Results.CalculationMessages.Length); - Assert.AreEqual(645, output.Results.CalculationResults.Length); + Assert.AreEqual(646, output.Results.CalculationResults.Length); CheckLargeResultsSets.CheckBasicResultsBasedOnReferenceResultsFile( "TestFiles\\LargeInsideBishopNoAdaptionGridResults_Cores_1.xml", outputFileName, output.Results.CalculationResults);