Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/WaveHeightCalculationsViewTest.cs =================================================================== diff -u -r6f33b44599df032ecae3342b0aacd606a9e87c1f -rda7bb9a6d96d7118d6dcdc2ee17a11d5b43f44c7 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/WaveHeightCalculationsViewTest.cs (.../WaveHeightCalculationsViewTest.cs) (revision 6f33b44599df032ecae3342b0aacd606a9e87c1f) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/WaveHeightCalculationsViewTest.cs (.../WaveHeightCalculationsViewTest.cs) (revision da7bb9a6d96d7118d6dcdc2ee17a11d5b43f44c7) @@ -212,7 +212,7 @@ { ShouldIllustrationPointsBeCalculated = true }, - Output = new TestHydraulicBoundaryLocationOutput(waveHeight) + Output = new TestHydraulicBoundaryLocationCalculationOutput(waveHeight) }; // Precondition @@ -286,7 +286,7 @@ new TestSubMechanismIllustrationPoint()) }; var generalResult = new TestGeneralResultSubMechanismIllustrationPoint(topLevelIllustrationPoints); - var output = new TestHydraulicBoundaryLocationOutput(generalResult); + var output = new TestHydraulicBoundaryLocationCalculationOutput(generalResult); // Call HydraulicBoundaryLocationCalculation hydraulicBoundaryLocationCalculation = hydraulicBoundaryLocationCalculations.ElementAt(2); @@ -632,7 +632,7 @@ new HydraulicBoundaryLocationCalculation(new HydraulicBoundaryLocation(1, "1", 1.0, 1.0)), new HydraulicBoundaryLocationCalculation(new HydraulicBoundaryLocation(2, "2", 2.0, 2.0)) { - Output = new TestHydraulicBoundaryLocationOutput(1.23) + Output = new TestHydraulicBoundaryLocationCalculationOutput(1.23) }, new HydraulicBoundaryLocationCalculation(new HydraulicBoundaryLocation(3, "3", 3.0, 3.0)) { @@ -647,7 +647,7 @@ { ShouldIllustrationPointsBeCalculated = true }, - Output = new TestHydraulicBoundaryLocationOutput(1.01, generalResult) + Output = new TestHydraulicBoundaryLocationCalculationOutput(1.01, generalResult) } }; }