Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectHelper.cs =================================================================== diff -u -rcb6877f670bacc7a6a896ab132d592eeef1107b5 -r223528aec31c0f78f0f8ff67991e43f781075931 --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectHelper.cs (.../RingtoetsProjectHelper.cs) (revision cb6877f670bacc7a6a896ab132d592eeef1107b5) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectHelper.cs (.../RingtoetsProjectHelper.cs) (revision 223528aec31c0f78f0f8ff67991e43f781075931) @@ -118,9 +118,7 @@ PipingSoilProfile pipingSoilProfile = new TestPipingSoilProfile(); PipingSoilLayer pipingSoilLayer = pipingSoilProfile.Layers.First(); - pipingSoilLayer.AbovePhreaticLevel = 1.1; pipingSoilLayer.BelowPhreaticLevelMean = 2.2; - pipingSoilLayer.DryUnitWeight = 3.3; pipingSoilLayer.Color = Color.HotPink; pipingSoilLayer.MaterialName = "HotPinkLayer";