Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PresentationObjects/MacroStabilityInwardsInputContextTest.cs =================================================================== diff -u -rda4a311b2ac60defe1a27a61c8d151f47268a941 -r3c535420f957462c1d525a532dad033434bf2ab7 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PresentationObjects/MacroStabilityInwardsInputContextTest.cs (.../MacroStabilityInwardsInputContextTest.cs) (revision da4a311b2ac60defe1a27a61c8d151f47268a941) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PresentationObjects/MacroStabilityInwardsInputContextTest.cs (.../MacroStabilityInwardsInputContextTest.cs) (revision 3c535420f957462c1d525a532dad033434bf2ab7) @@ -48,7 +48,7 @@ }; var stochasticSoilModels = new[] { - new TestMacroStabilityInwardsStochasticSoilModel() + MacroStabilityInwardsStochasticSoilModelTestFactory.CreateValidStochasticSoilModel() }; var failureMechanism = new MacroStabilityInwardsFailureMechanism(); @@ -82,7 +82,7 @@ }; var stochasticSoilModels = new[] { - new TestMacroStabilityInwardsStochasticSoilModel() + MacroStabilityInwardsStochasticSoilModelTestFactory.CreateValidStochasticSoilModel() }; var failureMechanism = new MacroStabilityInwardsFailureMechanism();