Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs =================================================================== diff -u -r53fa30076e4e6576728f01a8dfff7314889ddb3a -rd1519950f365a9a8d3f4f75186f73e98a6ac6b51 --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 53fa30076e4e6576728f01a8dfff7314889ddb3a) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision d1519950f365a9a8d3f4f75186f73e98a6ac6b51) @@ -1378,8 +1378,6 @@ ZoneBoundaryRight = (RoundedDouble) 12 }, Output = MacroStabilityInwardsOutputTestFactory.CreateOutput(), - SemiProbabilisticOutput = new MacroStabilityInwardsSemiProbabilisticOutput(1, 0.7, 8.8, 0.9, - 10.10, 11.11) }, new MacroStabilityInwardsCalculationScenario { @@ -1462,7 +1460,6 @@ ZoneBoundaryRight = (RoundedDouble) 6.5 }, Output = MacroStabilityInwardsOutputTestFactory.CreateOutput(), - SemiProbabilisticOutput = MacroStabilityInwardsSemiProbabilisticOutputTestFactory.CreateOutput() } } }); @@ -1540,8 +1537,7 @@ ZoneBoundaryLeft = (RoundedDouble) 1, ZoneBoundaryRight = (RoundedDouble) 2 }, - Output = null, - SemiProbabilisticOutput = null + Output = null }); }