Index: DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MacroStabilityInwardsTests.cs =================================================================== diff -u -r6479 -r6490 --- DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MacroStabilityInwardsTests.cs (.../MacroStabilityInwardsTests.cs) (revision 6479) +++ DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MacroStabilityInwardsTests.cs (.../MacroStabilityInwardsTests.cs) (revision 6490) @@ -521,8 +521,8 @@ } } - [Test, Category(Categories.Slow)] //#Bka beeswarm should expect 4 stixfiles but no input for now so 2 - [TestCase(StabilitySearchMethod.BeeSwarm, 2, 1.612, 1.536)] + [Test, Category(Categories.Slow)] + [TestCase(StabilitySearchMethod.BeeSwarm, 4, 1.612, 1.536)] [TestCase(StabilitySearchMethod.Grid, 2, 1.610, 1.535)] public void TestRunMacroStabilityDeltaDijkUpliftVanWith1DProducesStixFiles(StabilitySearchMethod searchMethod, int expectedStixFileCount, double expectedSafetyFactor1, double expectedSafetyFactor2) {