Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/HydraulicBoundaryLocationBasePropertiesTest.cs =================================================================== diff -u -rbb29d09db7cda2fbce4c36d2d544f5ef74c7c103 -r07ee3d6f4986ef01277906824f02ef1fe7406221 --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/HydraulicBoundaryLocationBasePropertiesTest.cs (.../HydraulicBoundaryLocationBasePropertiesTest.cs) (revision bb29d09db7cda2fbce4c36d2d544f5ef74c7c103) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/HydraulicBoundaryLocationBasePropertiesTest.cs (.../HydraulicBoundaryLocationBasePropertiesTest.cs) (revision 07ee3d6f4986ef01277906824f02ef1fe7406221) @@ -128,14 +128,10 @@ const string name = ""; var hydraulicBoundaryLocation = new HydraulicBoundaryLocation(id, name, x, y); - var hydraulicBoundaryLocationCalculation = new HydraulicBoundaryLocationCalculation(hydraulicBoundaryLocation) - { - Output = new TestHydraulicBoundaryLocationCalculationOutput() - }; var calculations = new[] { - new Tuple("A", hydraulicBoundaryLocationCalculation) + new Tuple("A", new HydraulicBoundaryLocationCalculation(hydraulicBoundaryLocation)) }; // Call