Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/PropertyInfos/StructuresOutputContextPropertyInfoTest.cs =================================================================== diff -u -r62c2ec9cb0416527762e077df380cbfb473dc9dc -r54803fcc28ee6d1283ef1ab2eaf50e49e0eb54c6 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/PropertyInfos/StructuresOutputContextPropertyInfoTest.cs (.../StructuresOutputContextPropertyInfoTest.cs) (revision 62c2ec9cb0416527762e077df380cbfb473dc9dc) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/PropertyInfos/StructuresOutputContextPropertyInfoTest.cs (.../StructuresOutputContextPropertyInfoTest.cs) (revision 54803fcc28ee6d1283ef1ab2eaf50e49e0eb54c6) @@ -63,7 +63,7 @@ public void CreateInstance_StructuresOutputContext_ReturnStructuresOutputProperties() { // Setup - var structuresOutput = new StructuresOutput(new TestProbabilityAssessmentOutput(), null); + var structuresOutput = new StructuresOutput(0, new TestProbabilityAssessmentOutput(), null); var mocks = new MockRepository(); var assessmentSection = mocks.Stub();