Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectHelper.cs =================================================================== diff -u -r223528aec31c0f78f0f8ff67991e43f781075931 -r85b571554c7784f01886b506a4b18f4391a5d7fa --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectHelper.cs (.../RingtoetsProjectHelper.cs) (revision 223528aec31c0f78f0f8ff67991e43f781075931) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectHelper.cs (.../RingtoetsProjectHelper.cs) (revision 85b571554c7784f01886b506a4b18f4391a5d7fa) @@ -123,25 +123,25 @@ pipingSoilLayer.MaterialName = "HotPinkLayer"; pipingFailureMechanism.StochasticSoilModels.Add(new StochasticSoilModel(-1, "modelName", "modelSegmentName") - { - Geometry = - { - referenceLineGeometryPoints[1], - referenceLineGeometryPoints[2], - referenceLineGeometryPoints[3] - }, - StochasticSoilProfiles = - { - new StochasticSoilProfile(0.2, SoilProfileType.SoilProfile1D, -1) - { - SoilProfile = pipingSoilProfile - }, - new StochasticSoilProfile(0.8, SoilProfileType.SoilProfile1D, -1) - { - SoilProfile = new TestPipingSoilProfile() - } - } - }); + { + Geometry = + { + referenceLineGeometryPoints[1], + referenceLineGeometryPoints[2], + referenceLineGeometryPoints[3] + }, + StochasticSoilProfiles = + { + new StochasticSoilProfile(0.2, SoilProfileType.SoilProfile1D, -1) + { + SoilProfile = pipingSoilProfile + }, + new StochasticSoilProfile(0.8, SoilProfileType.SoilProfile1D, -1) + { + SoilProfile = new TestPipingSoilProfile() + } + } + }); pipingFailureMechanism.SurfaceLines.Add(GetSurfaceLine()); CalculationGroup pipingCalculationGroup = pipingFailureMechanism.CalculationsGroup;