Index: DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MultiCoreMacroStabilityTests.cs =================================================================== diff -u -r4604 -r4616 --- DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MultiCoreMacroStabilityTests.cs (.../MultiCoreMacroStabilityTests.cs) (revision 4604) +++ DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MultiCoreMacroStabilityTests.cs (.../MultiCoreMacroStabilityTests.cs) (revision 4616) @@ -283,6 +283,9 @@ // If the values change below, just change them. Assert.AreEqual(2768, output.Results.CalculationMessages.Length); Assert.AreEqual(646, output.Results.CalculationResults.Length); + // This file is created in the Debug/Release folder while running this test. + // If this file changes just replace it with the file that is created during the test. + // The purpose of this test is just comparing the multicore test with the single core test. CheckLargeResultsSets.CheckBasicResultsBasedOnReferenceResultsFile( "TestFiles\\LargeInsideBishopNoAdaptionGridResults_Cores_1.xml", outputFileName, output.Results.CalculationResults);