Index: Ringtoets/HydraRing/test/Ringtoets.HydraRing.Data.Test/HydraulicBoundaryLocationTest.cs =================================================================== diff -u -r5efe386d38b0b0686283bae9952a47e29aa6b7b1 -r1395d3e2c0a6df5b27da3a44c820ca90eab3492c --- Ringtoets/HydraRing/test/Ringtoets.HydraRing.Data.Test/HydraulicBoundaryLocationTest.cs (.../HydraulicBoundaryLocationTest.cs) (revision 5efe386d38b0b0686283bae9952a47e29aa6b7b1) +++ Ringtoets/HydraRing/test/Ringtoets.HydraRing.Data.Test/HydraulicBoundaryLocationTest.cs (.../HydraulicBoundaryLocationTest.cs) (revision 1395d3e2c0a6df5b27da3a44c820ca90eab3492c) @@ -44,21 +44,6 @@ } [Test] - public void Constructor_WithoutParameters_PropertiesAsExpected() - { - // Call - HydraulicBoundaryLocation hydraulicBoundaryLocation = new HydraulicBoundaryLocation(); - - // Assert - Assert.IsInstanceOf(hydraulicBoundaryLocation); - Assert.IsInstanceOf(hydraulicBoundaryLocation); - Assert.AreEqual(0, hydraulicBoundaryLocation.Id); - Assert.IsNull(hydraulicBoundaryLocation.Name); - Assert.IsNull(hydraulicBoundaryLocation.Location); - Assert.IsNaN(hydraulicBoundaryLocation.DesignWaterLevel); - } - - [Test] public void Constructor_ValidParameters_PropertiesAsExpected() { // Setup