Index: Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/TestHydraulicBoundaryLocation.cs
===================================================================
diff -u -rd31a3249d32f54af091fadacfb5a5ca59df18e29 -rc0532d07766ecad2566f7cfa4a97a9aeb6e8540c
--- Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/TestHydraulicBoundaryLocation.cs (.../TestHydraulicBoundaryLocation.cs) (revision d31a3249d32f54af091fadacfb5a5ca59df18e29)
+++ Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/TestHydraulicBoundaryLocation.cs (.../TestHydraulicBoundaryLocation.cs) (revision c0532d07766ecad2566f7cfa4a97a9aeb6e8540c)
@@ -52,22 +52,22 @@
{
if (designWaterLevel.HasValue)
{
- DesignWaterLevelCalculation.Output = new HydraulicBoundaryLocationOutput(
+ DesignWaterLevelCalculation1.Output = new HydraulicBoundaryLocationOutput(
designWaterLevel.Value, 0, 0, 0, 0, CalculationConvergence.CalculatedConverged, null);
}
if (waveHeight.HasValue)
{
- WaveHeightCalculation.Output = new HydraulicBoundaryLocationOutput(
+ WaveHeightCalculation1.Output = new HydraulicBoundaryLocationOutput(
waveHeight.Value, 0, 0, 0, 0, CalculationConvergence.CalculatedConverged, null);
}
}
///
/// Creates a new instance of with
/// set for
- ///
- /// and .
+ ///
+ /// and .
///
/// A new .
public static TestHydraulicBoundaryLocation CreateFullyCalculated()
@@ -78,7 +78,7 @@
///
/// Creates a new instance of with
/// set for
- /// .
+ /// .
///
/// The design water level result to set in the output.
/// A new .
@@ -90,7 +90,7 @@
///
/// Creates a new instance of with
/// set for
- /// .
+ /// .
///
/// The wave height result to set in the output.
/// A new .