Index: Ringtoets/Common/test/Ringtoets.Common.Service.Test/WaveHeightCalculationServiceTest.cs =================================================================== diff -u -re182f6f394aa75e739467a77e7bcacd9a8b25429 -r19db52c6c2776ade0a18342b78f1d64f809ce9d7 --- Ringtoets/Common/test/Ringtoets.Common.Service.Test/WaveHeightCalculationServiceTest.cs (.../WaveHeightCalculationServiceTest.cs) (revision e182f6f394aa75e739467a77e7bcacd9a8b25429) +++ Ringtoets/Common/test/Ringtoets.Common.Service.Test/WaveHeightCalculationServiceTest.cs (.../WaveHeightCalculationServiceTest.cs) (revision 19db52c6c2776ade0a18342b78f1d64f809ce9d7) @@ -146,10 +146,7 @@ calculationMessageProviderMock.Stub(calc => calc.GetCalculatedNotConvergedMessage(locationName)).Return(calculationNotConvergedMessage); mockRepository.ReplayAll(); - var hydraulicBoundaryLocation = new HydraulicBoundaryLocation(1300001, locationName, 0, 0) - { - DesignWaterLevel = new RoundedDouble(2, double.NaN), - }; + var hydraulicBoundaryLocation = new HydraulicBoundaryLocation(1300001, locationName, 0, 0); using (new HydraRingCalculatorFactoryConfig()) { @@ -182,10 +179,7 @@ var calculationMessageProviderMock = mockRepository.Stub(); mockRepository.ReplayAll(); - var hydraulicBoundaryLocation = new HydraulicBoundaryLocation(1300001, "punt_flw_ 1", 0, 0) - { - DesignWaterLevel = new RoundedDouble(2, double.NaN), - }; + var hydraulicBoundaryLocation = new HydraulicBoundaryLocation(1300001, "punt_flw_ 1", 0, 0); const double norm = 1.0/30; using (new HydraRingCalculatorFactoryConfig()) @@ -225,10 +219,7 @@ calculationMessageProviderMock.Stub(calc => calc.GetCalculationFailedMessage(null, null)).IgnoreArguments().Return(calculationFailedMessage); mockRepository.ReplayAll(); - var hydraulicBoundaryLocation = new HydraulicBoundaryLocation(1, locationName, 0, 0) - { - DesignWaterLevel = new RoundedDouble(2, double.NaN) - }; + var hydraulicBoundaryLocation = new HydraulicBoundaryLocation(1, locationName, 0, 0); using (new HydraRingCalculatorFactoryConfig()) { @@ -288,10 +279,7 @@ calculationMessageProviderMock.Stub(calc => calc.GetCalculationFailedUnexplainedMessage(locationName)).Return(calculationFailedMessage); mockRepository.ReplayAll(); - var hydraulicBoundaryLocation = new HydraulicBoundaryLocation(1, locationName, 0, 0) - { - DesignWaterLevel = new RoundedDouble(2, double.NaN) - }; + var hydraulicBoundaryLocation = new HydraulicBoundaryLocation(1, locationName, 0, 0); using (new HydraRingCalculatorFactoryConfig()) { @@ -350,10 +338,7 @@ calculationMessageProviderMock.Stub(calc => calc.GetCalculationFailedMessage(null, null)).IgnoreArguments().Return(calculationFailedMessage); mockRepository.ReplayAll(); - var hydraulicBoundaryLocation = new HydraulicBoundaryLocation(1, locationName, 0, 0) - { - DesignWaterLevel = new RoundedDouble(2, double.NaN) - }; + var hydraulicBoundaryLocation = new HydraulicBoundaryLocation(1, locationName, 0, 0); using (new HydraRingCalculatorFactoryConfig()) {