Index: DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MultiCoreMacroStabilityTests.cs =================================================================== diff -u -r5756 -r5759 --- DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MultiCoreMacroStabilityTests.cs (.../MultiCoreMacroStabilityTests.cs) (revision 5756) +++ DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MultiCoreMacroStabilityTests.cs (.../MultiCoreMacroStabilityTests.cs) (revision 5759) @@ -85,7 +85,7 @@ [Test, Category(Categories.MultiCore)] [TestCase(4)] - [TestCase(9)] // 9 relevant combinations + [TestCase(8)] // 9 relevant combinations public void DesignBishopWithScenariosForHeadPl3CalculatesCorrect(int maxCores) { const string inputFilename = "InputFileMultiCoreTestForScenario.xml"; @@ -113,7 +113,7 @@ [Test, Category(Categories.MultiCore)] [TestCase(4)] - [TestCase(9)] // 9 relevant combinations + [TestCase(8)] // 9 relevant combinations public void DesignBishopWithOneScenariosForHeadPl3CalculatesCorrect(int maxCores) { const string inputFilename = "InputFileMultiCoreTestForScenario.xml"; @@ -142,7 +142,7 @@ [Test, Category(Categories.MultiCore)] [Category(Categories.WorkInProgress)] //Error: The AnalyseType is set to AdaptGeometry in the input, however the geometry was not adapted in any location. Either set the AnalysisType to NoAdaptation or increase the required safety factor. [TestCase(4)] - [TestCase(9)] // 9 relevant combinations + [TestCase(8)] // 9 relevant combinations public void DesignBishopAdaptionWithScenariosForHeadPl3CalculatesCorrect(int maxCores) { const string inputFilename = "InputFileMultiCoreTestForScenarioAdaption.xml"; @@ -171,7 +171,7 @@ [Test, Category(Categories.MultiCore)] [Category(Categories.WorkInProgress)] //Error: The AnalyseType is set to AdaptGeometry in the input, however the geometry was not adapted in any location. Either set the AnalysisType to NoAdaptation or increase the required safety factor. [TestCase(4)] - [TestCase(9)] // 9 relevant combinations + [TestCase(8)] // 9 relevant combinations public void DesignBishopAdaptionWithOneScenarioForHeadPl3CalculatesCorrect(int maxCores) { const string inputFilename = "InputFileMultiCoreTestForScenarioAdaption.xml";