Index: DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MultiCoreMacroStabilityTests.cs =================================================================== diff -u -r4446 -r4447 --- DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MultiCoreMacroStabilityTests.cs (.../MultiCoreMacroStabilityTests.cs) (revision 4446) +++ DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MultiCoreMacroStabilityTests.cs (.../MultiCoreMacroStabilityTests.cs) (revision 4447) @@ -424,13 +424,13 @@ } } - [Test] //, Category("MultiCore")] - [TestCase(1, true), Category("MultiCore")] - [TestCase(4, true), Category("MultiCore")] - [TestCase(16, true), Category("MultiCore")] - [TestCase(1, false), Category("MultiCore")] - [TestCase(4, false), Category("Work_In_Progress")] - [TestCase(16, false), Category("Work_In_Progress")] + [Test, Category("MultiCore")] + [TestCase(4, true)] + [TestCase(16, true)] + [TestCase(23, true)] + [TestCase(4, false)] + [TestCase(16, false)] + [TestCase(23, false)] public void DesignBishopAdaptionWithScenariosForHeadPl3CalculatesCorrect(int maxCores, bool justOneScenario) { const string inputFilename = "InputFileMultiCoreTestForScenarioAdaption.xml"; @@ -469,7 +469,8 @@ { File.WriteAllText("Results_Cores_" + maxCores + ".xml", outputString); } - + // Note that all results are based on the single core version of this tests that can be found at: + // DesignBishopOptimizedSlopeAndShoulderAdaptionWithScenariosForHeadPL3CalculatesCorrect in MacroStabilityInwardsTests Output output = DamXmlSerialization.LoadOutputFromXmlString(outputString); if (justOneScenario) {