Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectHelper.cs =================================================================== diff -u -r1395d3e2c0a6df5b27da3a44c820ca90eab3492c -rcb5d2139148256919e697cc6b25011513ac8d6ad --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectHelper.cs (.../RingtoetsProjectHelper.cs) (revision 1395d3e2c0a6df5b27da3a44c820ca90eab3492c) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectHelper.cs (.../RingtoetsProjectHelper.cs) (revision cb5d2139148256919e697cc6b25011513ac8d6ad) @@ -59,7 +59,10 @@ FilePath = "/temp/test", Version = "1.0" }; - hydraulicBoundaryDatabase.Locations.Add(new HydraulicBoundaryLocation(13001, "test", 152.3, 2938.5)); + hydraulicBoundaryDatabase.Locations.Add(new HydraulicBoundaryLocation(13001, "test", 152.3, 2938.5) + { + DesignWaterLevel = 12.4 + }); return hydraulicBoundaryDatabase; }