Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PropertyClasses/FailureMechanismContributionPropertiesIntegrationTest.cs =================================================================== diff -u -r8cb270db5fbcb82f19d6f3a390f083e9e0516d8c -r617e9d4ecc8ca783391a7483bbccc1f9fafb6dae --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PropertyClasses/FailureMechanismContributionPropertiesIntegrationTest.cs (.../FailureMechanismContributionPropertiesIntegrationTest.cs) (revision 8cb270db5fbcb82f19d6f3a390f083e9e0516d8c) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PropertyClasses/FailureMechanismContributionPropertiesIntegrationTest.cs (.../FailureMechanismContributionPropertiesIntegrationTest.cs) (revision 617e9d4ecc8ca783391a7483bbccc1f9fafb6dae) @@ -83,8 +83,8 @@ var grassCoverErosionInwardsCalculation = new GrassCoverErosionInwardsCalculation { Output = new GrassCoverErosionInwardsOutput(0, false, new ProbabilityAssessmentOutput(0, 0, 0, 0, 0), - new TestSubCalculationAssessmentOutput(0), - new TestSubCalculationAssessmentOutput(0)) + new TestHydraulicLoadsOutput(0), + new TestHydraulicLoadsOutput(0)) }; var emptyHeightStructuresCalculation = new StructuresCalculation(); var heightStructuresCalculation = new StructuresCalculation @@ -286,8 +286,8 @@ GrassCoverErosionInwardsCalculation grassCoverErosionInwardsCalculation = new GrassCoverErosionInwardsCalculation { Output = new GrassCoverErosionInwardsOutput(0, false, new ProbabilityAssessmentOutput(0, 0, 0, 0, 0), - new TestSubCalculationAssessmentOutput(0), - new TestSubCalculationAssessmentOutput(0)) + new TestHydraulicLoadsOutput(0), + new TestHydraulicLoadsOutput(0)) }; var emptyHeightStructuresCalculation = new StructuresCalculation(); var heightStructuresCalculation = new StructuresCalculation @@ -388,8 +388,8 @@ GrassCoverErosionInwardsCalculation grassCoverErosionInwardsCalculation = new GrassCoverErosionInwardsCalculation { Output = new GrassCoverErosionInwardsOutput(0, false, new ProbabilityAssessmentOutput(0, 0, 0, 0, 0), - new TestSubCalculationAssessmentOutput(0), - new TestSubCalculationAssessmentOutput(0)) + new TestHydraulicLoadsOutput(0), + new TestHydraulicLoadsOutput(0)) }; var emptyHeightStructuresCalculation = new StructuresCalculation(); var heightStructuresCalculation = new StructuresCalculation