Index: Ringtoets/Common/test/Ringtoets.Common.Service.Test/RingtoetsCommonDataSynchronizationServiceTest.cs =================================================================== diff -u -r8bb6e849266ec28412ebfe23beccd7235c4db9bf -r71d8173532c9c038e25caf03e296beb8e8f9cbe8 --- Ringtoets/Common/test/Ringtoets.Common.Service.Test/RingtoetsCommonDataSynchronizationServiceTest.cs (.../RingtoetsCommonDataSynchronizationServiceTest.cs) (revision 8bb6e849266ec28412ebfe23beccd7235c4db9bf) +++ Ringtoets/Common/test/Ringtoets.Common.Service.Test/RingtoetsCommonDataSynchronizationServiceTest.cs (.../RingtoetsCommonDataSynchronizationServiceTest.cs) (revision 71d8173532c9c038e25caf03e296beb8e8f9cbe8) @@ -199,7 +199,7 @@ { ForeshoreProfile = foreshoreProfileToBeRemoved }, - Output = new ProbabilityAssessmentOutput(0, 0, 0, 0, 0) + Output = new TestStructuresOutput() }; var calculations = new[] { @@ -304,7 +304,7 @@ }, "path/to/structures"); var calculationWithOutput = new StructuresCalculation { - Output = new ProbabilityAssessmentOutput(0, 0, 0, 0, 0) + Output = new TestStructuresOutput() }; var calculationWithStructureToRemove = new StructuresCalculation { @@ -319,15 +319,15 @@ { Structure = structureToKeep }, - Output = new ProbabilityAssessmentOutput(0, 0, 0, 0, 0) + Output = new TestStructuresOutput() }; var calculationWithStructureToRemoveAndOutput = new StructuresCalculation { InputParameters = { Structure = structureToRemove }, - Output = new ProbabilityAssessmentOutput(0, 0, 0, 0, 0) + Output = new TestStructuresOutput() }; StructuresCalculation[] calculations = { @@ -441,7 +441,7 @@ }, "path/to/structures"); var calculationWithOutput = new StructuresCalculation { - Output = new ProbabilityAssessmentOutput(0, 0, 0, 0, 0) + Output = new TestStructuresOutput() }; var calculationWithStructureA = new StructuresCalculation { @@ -456,15 +456,15 @@ { Structure = structureB }, - Output = new ProbabilityAssessmentOutput(0, 0, 0, 0, 0) + Output = new TestStructuresOutput() }; var calculationWithStructureAAndOutput = new StructuresCalculation { InputParameters = { Structure = structureA }, - Output = new ProbabilityAssessmentOutput(0, 0, 0, 0, 0) + Output = new TestStructuresOutput() }; StructuresCalculation[] calculations = {