Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.TestUtil/TestMacroStabilityInwardsOutput.cs =================================================================== diff -u -r1bb88ae89a19c2213d616243bca2a3a6326c5612 -rb8493c6fb982b455e36129083cc009c5c07a7d05 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.TestUtil/TestMacroStabilityInwardsOutput.cs (.../TestMacroStabilityInwardsOutput.cs) (revision 1bb88ae89a19c2213d616243bca2a3a6326c5612) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Data.TestUtil/TestMacroStabilityInwardsOutput.cs (.../TestMacroStabilityInwardsOutput.cs) (revision b8493c6fb982b455e36129083cc009c5c07a7d05) @@ -27,9 +27,22 @@ /// public class TestMacroStabilityInwardsOutput : MacroStabilityInwardsOutput { - public TestMacroStabilityInwardsOutput() : base(new ConstructionProperties + public TestMacroStabilityInwardsOutput() + : this(new ConstructionProperties + { + FactorOfStability = 1.1 + }) {} + + public TestMacroStabilityInwardsOutput(ConstructionProperties properties) + : base (new MacroStabilityInwardsSlidingCurve(MacroStabilityInwardsSlidingCircleTestFactory.Create(), + MacroStabilityInwardsSlidingCircleTestFactory.Create(), + new MacroStabilityInwardsSlice[0], 0, 0), + new MacroStabilityInwardsSlipPlaneUpliftVan(MacroStabilityInwardsGridOutputTestFactory.Create(), + MacroStabilityInwardsGridOutputTestFactory.Create(), + new double[0]), + properties) { - FactorOfStability = 1.1 - }) {} + + } } } \ No newline at end of file