Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Service.Test/StabilityPointStructuresCalculationServiceTest.cs =================================================================== diff -u -r5c3100dd1adc2171c0f232849e8840432005f5ff -racf86909628278e511e07a2096f71664e6ef9ee8 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Service.Test/StabilityPointStructuresCalculationServiceTest.cs (.../StabilityPointStructuresCalculationServiceTest.cs) (revision 5c3100dd1adc2171c0f232849e8840432005f5ff) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Service.Test/StabilityPointStructuresCalculationServiceTest.cs (.../StabilityPointStructuresCalculationServiceTest.cs) (revision acf86909628278e511e07a2096f71664e6ef9ee8) @@ -202,9 +202,8 @@ mockRepository.VerifyAll(); } - [Test] - [Combinatorial] - public void Validate_UseBreakWaterWithInvalidBreakWaterHeight_LogsErrorAndReturnFalse( + [Test] + public void Validate_UseBreakWaterInvalidBreakWaterHeight_LogErrorAndReturnFalse( [Values(StabilityPointStructureInflowModelType.FloodedCulvert, StabilityPointStructureInflowModelType.LowSill)] StabilityPointStructureInflowModelType inflowModelType, [Values(LoadSchematizationType.Quadratic, LoadSchematizationType.Linear)] LoadSchematizationType loadSchematizationType, [Values(double.NaN, double.PositiveInfinity, double.NegativeInfinity)] double breakWaterHeight)