Index: Riskeer/HeightStructures/test/Riskeer.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresCalculationsPropertiesTest.cs =================================================================== diff -u -r022e3f19dae753796da018acd230673a29194f61 -r0a25ac79e69bc724c07f9224c8c6428c48a4eec1 --- Riskeer/HeightStructures/test/Riskeer.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresCalculationsPropertiesTest.cs (.../HeightStructuresCalculationsPropertiesTest.cs) (revision 022e3f19dae753796da018acd230673a29194f61) +++ Riskeer/HeightStructures/test/Riskeer.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresCalculationsPropertiesTest.cs (.../HeightStructuresCalculationsPropertiesTest.cs) (revision 0a25ac79e69bc724c07f9224c8c6428c48a4eec1) @@ -66,6 +66,7 @@ GeneralHeightStructuresInput generalInput = failureMechanism.GeneralInput; Assert.AreEqual(generalInput.N, properties.N); Assert.AreEqual(generalInput.GravitationalAcceleration, properties.GravitationalAcceleration); + Assert.AreEqual(generalInput.ModelFactorOvertoppingFlow.Mean, properties.ModelFactorOvertoppingFlow.Mean); Assert.AreEqual(generalInput.ModelFactorOvertoppingFlow.StandardDeviation, properties.ModelFactorOvertoppingFlow.StandardDeviation);