Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PipingCalculationConfigurationHelperTest.cs =================================================================== diff -u -re473fe41d29060803b0d8f560a48ec8b9618bea4 -r3227558c8a8b0542e82d0597f0fc480954a6a44d --- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PipingCalculationConfigurationHelperTest.cs (.../PipingCalculationConfigurationHelperTest.cs) (revision e473fe41d29060803b0d8f560a48ec8b9618bea4) +++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PipingCalculationConfigurationHelperTest.cs (.../PipingCalculationConfigurationHelperTest.cs) (revision 3227558c8a8b0542e82d0597f0fc480954a6a44d) @@ -798,13 +798,13 @@ new PipingSoilLayer(-5.0), new PipingSoilLayer(-2.0), new PipingSoilLayer(1.0) - }, 1); + }, SoilProfileType.SoilProfile1D, 1); var soilProfile2 = new PipingSoilProfile("Profile 2", -8.0, new[] { new PipingSoilLayer(-4.0), new PipingSoilLayer(0.0), new PipingSoilLayer(4.0) - }, 2); + }, SoilProfileType.SoilProfile1D, 2); var soilModel = new StochasticSoilModel(1, "A", "B"); soilModel.Geometry.AddRange(new[] @@ -867,19 +867,19 @@ new PipingSoilLayer(-5.0), new PipingSoilLayer(-2.0), new PipingSoilLayer(1.0) - }, 1); + }, SoilProfileType.SoilProfile1D, 1); var soilProfile2 = new PipingSoilProfile("Profile 1", -8.0, new[] { new PipingSoilLayer(-4.0), new PipingSoilLayer(0.0), new PipingSoilLayer(4.0) - }, 2); + }, SoilProfileType.SoilProfile1D, 2); var soilProfile3 = new PipingSoilProfile("Profile 1", -8.0, new[] { new PipingSoilLayer(-4.0), new PipingSoilLayer(0.0), new PipingSoilLayer(4.0) - }, 2); + }, SoilProfileType.SoilProfile1D, 2); var soilModel = new StochasticSoilModel(1, "A", "B"); soilModel.Geometry.AddRange(new[]