Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Service.Test/StabilityPointStructuresCalculationServiceTest.cs =================================================================== diff -u -r03e6a10fbc7b30a5a9ad946c2f99ab011a7f874a -r89f8d4ebf029154bc9da2d534250fae6cad5e8d9 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Service.Test/StabilityPointStructuresCalculationServiceTest.cs (.../StabilityPointStructuresCalculationServiceTest.cs) (revision 03e6a10fbc7b30a5a9ad946c2f99ab011a7f874a) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Service.Test/StabilityPointStructuresCalculationServiceTest.cs (.../StabilityPointStructuresCalculationServiceTest.cs) (revision 89f8d4ebf029154bc9da2d534250fae6cad5e8d9) @@ -1136,6 +1136,8 @@ input.FailureProbabilityStructureWithErosion, input.StormDuration.Mean, input.StormDuration.CoefficientOfVariation, + generalInput.ModelFactorLongThreshold.Mean, + generalInput.ModelFactorLongThreshold.StandardDeviation, input.BankWidth.Mean, input.BankWidth.StandardDeviation, input.EvaluationLevel, @@ -1153,9 +1155,7 @@ input.ConstructiveStrengthLinearLoadModel.Mean, input.ConstructiveStrengthLinearLoadModel.CoefficientOfVariation, input.StabilityLinearLoadModel.Mean, - input.StabilityLinearLoadModel.CoefficientOfVariation, - generalInput.ModelFactorLongThreshold.Mean, - generalInput.ModelFactorLongThreshold.StandardDeviation); + input.StabilityLinearLoadModel.CoefficientOfVariation); var actualInput = (StructuresStabilityPointFloodedCulvertLinearCalculationInput) calculationInputs[0]; HydraRingDataEqualityHelper.AreEqual(expectedInput, actualInput); @@ -1258,6 +1258,8 @@ input.FailureProbabilityStructureWithErosion, input.StormDuration.Mean, input.StormDuration.CoefficientOfVariation, + generalInput.ModelFactorLongThreshold.Mean, + generalInput.ModelFactorLongThreshold.StandardDeviation, input.BankWidth.Mean, input.BankWidth.StandardDeviation, input.EvaluationLevel, @@ -1275,9 +1277,7 @@ input.ConstructiveStrengthLinearLoadModel.Mean, input.ConstructiveStrengthLinearLoadModel.CoefficientOfVariation, input.StabilityLinearLoadModel.Mean, - input.StabilityLinearLoadModel.CoefficientOfVariation, - generalInput.ModelFactorLongThreshold.Mean, - generalInput.ModelFactorLongThreshold.StandardDeviation); + input.StabilityLinearLoadModel.CoefficientOfVariation); var actualInput = (StructuresStabilityPointFloodedCulvertLinearCalculationInput) calculationInputs[0]; HydraRingDataEqualityHelper.AreEqual(expectedInput, actualInput);