Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PropertyClasses/WaveHeightCalculationPropertiesTest.cs =================================================================== diff -u -r7e856a043295f1db377b4cdc63ecb4be7d5aa341 -rda7bb9a6d96d7118d6dcdc2ee17a11d5b43f44c7 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PropertyClasses/WaveHeightCalculationPropertiesTest.cs (.../WaveHeightCalculationPropertiesTest.cs) (revision 7e856a043295f1db377b4cdc63ecb4be7d5aa341) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PropertyClasses/WaveHeightCalculationPropertiesTest.cs (.../WaveHeightCalculationPropertiesTest.cs) (revision da7bb9a6d96d7118d6dcdc2ee17a11d5b43f44c7) @@ -158,7 +158,7 @@ // Setup var hydraulicBoundaryLocationCalculation = new HydraulicBoundaryLocationCalculation(new TestHydraulicBoundaryLocation()) { - Output = new TestHydraulicBoundaryLocationOutput(new TestGeneralResultSubMechanismIllustrationPoint()) + Output = new TestHydraulicBoundaryLocationCalculationOutput(new TestGeneralResultSubMechanismIllustrationPoint()) }; // Call @@ -278,17 +278,17 @@ double waveHeight = random.NextDouble(); var convergence = random.NextEnumValue(); - var hydraulicBoundaryLocationOutput = new HydraulicBoundaryLocationOutput(waveHeight, - random.NextDouble(), - random.NextDouble(), - random.NextDouble(), - random.NextDouble(), - convergence, - new TestGeneralResultSubMechanismIllustrationPoint()); + var hydraulicBoundaryLocationCalculationOutput = new HydraulicBoundaryLocationCalculationOutput(waveHeight, + random.NextDouble(), + random.NextDouble(), + random.NextDouble(), + random.NextDouble(), + convergence, + new TestGeneralResultSubMechanismIllustrationPoint()); var hydraulicBoundaryLocationCalculation = new HydraulicBoundaryLocationCalculation(new TestHydraulicBoundaryLocation()) { - Output = hydraulicBoundaryLocationOutput + Output = hydraulicBoundaryLocationCalculationOutput }; // Call