Index: Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Forms.Test/PropertyClasses/MacroStabilityInwardsOutputPropertiesTest.cs =================================================================== diff -u -rc718221d807e8d8c808eace8f37e48c442d7de8b -r2f4adc615ef2290c979e79917125e10a9af8c6e6 --- Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Forms.Test/PropertyClasses/MacroStabilityInwardsOutputPropertiesTest.cs (.../MacroStabilityInwardsOutputPropertiesTest.cs) (revision c718221d807e8d8c808eace8f37e48c442d7de8b) +++ Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Forms.Test/PropertyClasses/MacroStabilityInwardsOutputPropertiesTest.cs (.../MacroStabilityInwardsOutputPropertiesTest.cs) (revision 2f4adc615ef2290c979e79917125e10a9af8c6e6) @@ -107,10 +107,7 @@ public void GetProperties_WithData_ReturnExpectedValues() { // Setup - var failureMechanism = new MacroStabilityInwardsFailureMechanism - { - Contribution = 10 - }; + var failureMechanism = new MacroStabilityInwardsFailureMechanism(); var mocks = new MockRepository(); IAssessmentSection assessmentSection = AssessmentSectionTestHelper.CreateAssessmentSectionStub(failureMechanism, mocks); @@ -122,8 +119,7 @@ var properties = new MacroStabilityInwardsOutputProperties(output, failureMechanism, assessmentSection); // Assert - DerivedMacroStabilityInwardsOutput expectedDerivedOutput = DerivedMacroStabilityInwardsOutputFactory.Create( - output, failureMechanism, assessmentSection); + DerivedMacroStabilityInwardsOutput expectedDerivedOutput = DerivedMacroStabilityInwardsOutputFactory.Create(output, failureMechanism); Assert.AreEqual(expectedDerivedOutput.FactorOfStability, properties.MacroStabilityInwardsFactorOfStability, properties.MacroStabilityInwardsFactorOfStability.GetAccuracy());