Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Integration.Test/MacroStabilityInwardsFailureMechanismResultViewIntegrationTest.cs =================================================================== diff -u -rc4c3d9ffd55bea465d56419d1e6ddbfe35fe355a -rb2f4b307c254c747a5cf01d2fb94970e5e954c36 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Integration.Test/MacroStabilityInwardsFailureMechanismResultViewIntegrationTest.cs (.../MacroStabilityInwardsFailureMechanismResultViewIntegrationTest.cs) (revision c4c3d9ffd55bea465d56419d1e6ddbfe35fe355a) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Integration.Test/MacroStabilityInwardsFailureMechanismResultViewIntegrationTest.cs (.../MacroStabilityInwardsFailureMechanismResultViewIntegrationTest.cs) (revision b2f4b307c254c747a5cf01d2fb94970e5e954c36) @@ -120,7 +120,7 @@ // Execute the first calculation and ensure the data grid view is updated const double probability = 1.0 / 31846382.0; - calculation1.Output = new TestMacroStabilityInwardsOutput(); + calculation1.Output = MacroStabilityInwardsOutputTestFactory.CreateOutput(); calculation1.SemiProbabilisticOutput = MacroStabilityInwardsSemiProbabilisticOutputTestFactory.CreateOutput(probability); calculation1.NotifyObservers(); Assert.AreEqual(string.Format("1/{0:N0}", 1.0 / calculation1.Probability),