Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Service.Test/ClosingStructureDataSynchronizationServiceTest.cs =================================================================== diff -u -r1010d4569cd91ef8661e423e01f833e932180fd4 -r71d8173532c9c038e25caf03e296beb8e8f9cbe8 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Service.Test/ClosingStructureDataSynchronizationServiceTest.cs (.../ClosingStructureDataSynchronizationServiceTest.cs) (revision 1010d4569cd91ef8661e423e01f833e932180fd4) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Service.Test/ClosingStructureDataSynchronizationServiceTest.cs (.../ClosingStructureDataSynchronizationServiceTest.cs) (revision 71d8173532c9c038e25caf03e296beb8e8f9cbe8) @@ -58,12 +58,12 @@ var failureMechanism = new ClosingStructuresFailureMechanism(); var calculation1 = new StructuresCalculation { - Output = new ProbabilityAssessmentOutput(0, 0, 0, 0, 0) + Output = new TestStructuresOutput() }; var calculation2 = new StructuresCalculation { - Output = new ProbabilityAssessmentOutput(0, 0, 0, 0, 0) + Output = new TestStructuresOutput() }; var calculation3 = new StructuresCalculation(); @@ -114,7 +114,7 @@ { HydraulicBoundaryLocation = hydraulicBoundaryLocation }, - Output = new ProbabilityAssessmentOutput(0, 0, 0, 0, 0) + Output = new TestStructuresOutput() }; var calculation2 = new StructuresCalculation @@ -123,7 +123,7 @@ { HydraulicBoundaryLocation = hydraulicBoundaryLocation }, - Output = new ProbabilityAssessmentOutput(0, 0, 0, 0, 0) + Output = new TestStructuresOutput() }; var calculation3 = new StructuresCalculation(); @@ -208,12 +208,12 @@ var calculation1 = new StructuresCalculation { - Output = new ProbabilityAssessmentOutput(0, 0, 0, 0, 0) + Output = new TestStructuresOutput() }; var calculation2 = new StructuresCalculation { - Output = new ProbabilityAssessmentOutput(0, 0, 0, 0, 0) + Output = new TestStructuresOutput() }; var calculation3 = new StructuresCalculation(); @@ -327,7 +327,7 @@ ForeshoreProfile = profile, Structure = structure1 }, - Output = new ProbabilityAssessmentOutput(0, 0, 0, 0, 0) + Output = new TestStructuresOutput() }; StructuresCalculation calculation2 = new TestClosingStructuresCalculation {