Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Service.Test/HeightStructuresDataSynchronizationServiceTest.cs =================================================================== diff -u -rcda0b786ef4c81469fb4213e7fc82cb74493fcf9 -r71d8173532c9c038e25caf03e296beb8e8f9cbe8 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Service.Test/HeightStructuresDataSynchronizationServiceTest.cs (.../HeightStructuresDataSynchronizationServiceTest.cs) (revision cda0b786ef4c81469fb4213e7fc82cb74493fcf9) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Service.Test/HeightStructuresDataSynchronizationServiceTest.cs (.../HeightStructuresDataSynchronizationServiceTest.cs) (revision 71d8173532c9c038e25caf03e296beb8e8f9cbe8) @@ -58,12 +58,12 @@ var failureMechanism = new HeightStructuresFailureMechanism(); 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(); @@ -329,7 +329,7 @@ ForeshoreProfile = profile, Structure = structure1 }, - Output = new ProbabilityAssessmentOutput(0, 0, 0, 0, 0) + Output = new TestStructuresOutput() }; StructuresCalculation calculation2 = new TestHeightStructuresCalculation {