Index: Ringtoets/Common/test/Ringtoets.Common.Forms.TestUtil.Test/MapDataTestHelperTest.cs =================================================================== diff -u -ra16becf5d0a010bc9d38ccb06dc330732fcbbee4 -rc0532d07766ecad2566f7cfa4a97a9aeb6e8540c --- Ringtoets/Common/test/Ringtoets.Common.Forms.TestUtil.Test/MapDataTestHelperTest.cs (.../MapDataTestHelperTest.cs) (revision a16becf5d0a010bc9d38ccb06dc330732fcbbee4) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.TestUtil.Test/MapDataTestHelperTest.cs (.../MapDataTestHelperTest.cs) (revision c0532d07766ecad2566f7cfa4a97a9aeb6e8540c) @@ -426,8 +426,8 @@ var random = new Random(21); location = new HydraulicBoundaryLocation(1, "test1", 1, 0); - location.DesignWaterLevelCalculation.Output = new TestHydraulicBoundaryLocationOutput(random.NextDouble()); - location.WaveHeightCalculation.Output = new TestHydraulicBoundaryLocationOutput(random.NextDouble()); + location.DesignWaterLevelCalculation1.Output = new TestHydraulicBoundaryLocationOutput(random.NextDouble()); + location.WaveHeightCalculation1.Output = new TestHydraulicBoundaryLocationOutput(random.NextDouble()); var mapFeatureWithOutput = new MapFeature(new[] { mapGeometry