Index: DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MultiCoreMacroStabilityTests.cs =================================================================== diff -u -r4588 -r4589 --- DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MultiCoreMacroStabilityTests.cs (.../MultiCoreMacroStabilityTests.cs) (revision 4588) +++ DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MultiCoreMacroStabilityTests.cs (.../MultiCoreMacroStabilityTests.cs) (revision 4589) @@ -216,15 +216,17 @@ Output output = GeneralHelper.RunAfterInputValidation(engineInterface, true, outputFileName); - // Note that all results are based on the single core version of this tests that can be found at: - // DesignBishopOptimizedSlopeAndShoulderAdaptionWithScenariosForHeadPL3CalculatesCorrect in MacroStabilityInwardsTests if (justOneScenario) { + // 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(9, output.Results.CalculationResults.Length); Assert.AreEqual(1424, output.Results.CalculationMessages.Length); } else { + // Note that all results are based on the single core version of this tests that can be found at: + // DesignBishopOptimizedSlopeAndShoulderAdaptionWithScenariosForHeadPL3CalculatesCorrect in MacroStabilityInwardsTests Assert.AreEqual(18, output.Results.CalculationResults.Length); Assert.AreEqual(3008, output.Results.CalculationMessages.Length); } @@ -274,10 +276,10 @@ string outputFileName = "LargeInsideBishopNoAdaptionGridResults_Cores_" + maxCores + ".xml"; Output output = GeneralHelper.RunAfterInputValidation(engineInterface, true, outputFileName); - // Note that all results are based on the single core version of this tests that can be found at: - // DesignBishopOptimizedSlopeAndShoulderAdaptionWithScenariosForHeadPL3CalculatesCorrect in MacroStabilityInwardsTests - Assert.AreEqual(718, output.Results.CalculationResults.Length); - Assert.AreEqual(2497, output.Results.CalculationMessages.Length); + // 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); CheckLargeResultsSets.CheckBasicResultsBasedOnReferenceResultsFile( "TestFiles\\LargeInsideBishopNoAdaptionGridResults_Cores_1.xml", outputFileName, output.Results.CalculationResults);