Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.TestUtil.Test/MacroStabilityInwardsCalculationScenarioFactoryTest.cs =================================================================== diff -u -rbeb20fbb814f4128b6d7dc7648af798fcccbe24c -r9e2f9f7fe2d7daf45c943fc446cd9edc4298290d --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.TestUtil.Test/MacroStabilityInwardsCalculationScenarioFactoryTest.cs (.../MacroStabilityInwardsCalculationScenarioFactoryTest.cs) (revision beb20fbb814f4128b6d7dc7648af798fcccbe24c) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.TestUtil.Test/MacroStabilityInwardsCalculationScenarioFactoryTest.cs (.../MacroStabilityInwardsCalculationScenarioFactoryTest.cs) (revision 9e2f9f7fe2d7daf45c943fc446cd9edc4298290d) @@ -315,6 +315,7 @@ { Data = { + MaterialName = "Clay", IsAquifer = false, Cohesion = new VariationCoefficientLogNormalDistribution(), FrictionAngle = new VariationCoefficientLogNormalDistribution(), @@ -336,6 +337,7 @@ { Data = { + MaterialName = "Sand", IsAquifer = true, Cohesion = new VariationCoefficientLogNormalDistribution(), FrictionAngle = new VariationCoefficientLogNormalDistribution(), @@ -357,6 +359,7 @@ { Data = { + MaterialName = "Soil", IsAquifer = false, Cohesion = new VariationCoefficientLogNormalDistribution(), FrictionAngle = new VariationCoefficientLogNormalDistribution(),