Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs =================================================================== diff -u -r4bf59bb3506b840b284efe0c0f4431b7876e0e5b -red4b032b9903f394deb9691c2c39a9f2122ab0f5 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs (.../HeightStructuresInputContextPropertiesTest.cs) (revision 4bf59bb3506b840b284efe0c0f4431b7876e0e5b) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresInputContextPropertiesTest.cs (.../HeightStructuresInputContextPropertiesTest.cs) (revision ed4b032b9903f394deb9691c2c39a9f2122ab0f5) @@ -232,13 +232,12 @@ var handler = mockRepository.Stub(); mockRepository.ReplayAll(); - var failureMechanism = new HeightStructuresFailureMechanism + var failureMechanism = new HeightStructuresFailureMechanism(); + failureMechanism.ForeshoreProfiles.AddRange(new[] { - ForeshoreProfiles = - { - new TestForeshoreProfile() - } - }; + new TestForeshoreProfile() + }, "path"); + var calculation = new StructuresCalculation(); var inputContext = new HeightStructuresInputContext(calculation.InputParameters, calculation,