Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/DesignWaterLevelCalculationsPropertiesTest.cs =================================================================== diff -u -r04ffe9435f3031323b2eeac4718e85dfd6022dbe -r07ee3d6f4986ef01277906824f02ef1fe7406221 --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/DesignWaterLevelCalculationsPropertiesTest.cs (.../DesignWaterLevelCalculationsPropertiesTest.cs) (revision 04ffe9435f3031323b2eeac4718e85dfd6022dbe) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/PropertyClasses/DesignWaterLevelCalculationsPropertiesTest.cs (.../DesignWaterLevelCalculationsPropertiesTest.cs) (revision 07ee3d6f4986ef01277906824f02ef1fe7406221) @@ -33,7 +33,7 @@ [TestFixture] public class DesignWaterLevelCalculationsPropertiesTest { - private const int requiredLocationsPropertyIndex = 0; + private const int locationsPropertyIndex = 0; [Test] public void Constructor_WithHydraulicBoundaryLocationCalculations_ExpectedValues() @@ -62,7 +62,7 @@ PropertyDescriptorCollection dynamicProperties = PropertiesTestHelper.GetAllVisiblePropertyDescriptors(properties); Assert.AreEqual(1, dynamicProperties.Count); - PropertyDescriptor locationsProperty = dynamicProperties[requiredLocationsPropertyIndex]; + PropertyDescriptor locationsProperty = dynamicProperties[locationsPropertyIndex]; PropertiesTestHelper.AssertRequiredPropertyDescriptorProperties(locationsProperty, "Algemeen", "Locaties", @@ -74,10 +74,7 @@ public void GetProperties_WithData_ReturnExpectedValues() { // Setup - var hydraulicBoundaryLocationCalculation = new HydraulicBoundaryLocationCalculation(new TestHydraulicBoundaryLocation()) - { - Output = new TestHydraulicBoundaryLocationCalculationOutput(1.5) - }; + var hydraulicBoundaryLocationCalculation = new HydraulicBoundaryLocationCalculation(new TestHydraulicBoundaryLocation()); // Call var properties = new DesignWaterLevelCalculationsProperties(new ObservableList