Index: Ringtoets/Piping/test/Ringtoets.Piping.Service.Test/PipingCalculationServiceTest.cs =================================================================== diff -u -r26f527fb809a2325c8f883ece9da01a8f8040eb3 -rad0f4a7a0f8b9f065da77eda1a450ac3696b8f7f --- Ringtoets/Piping/test/Ringtoets.Piping.Service.Test/PipingCalculationServiceTest.cs (.../PipingCalculationServiceTest.cs) (revision 26f527fb809a2325c8f883ece9da01a8f8040eb3) +++ Ringtoets/Piping/test/Ringtoets.Piping.Service.Test/PipingCalculationServiceTest.cs (.../PipingCalculationServiceTest.cs) (revision ad0f4a7a0f8b9f065da77eda1a450ac3696b8f7f) @@ -355,7 +355,7 @@ topLayer, bottomLayer }, - SoilProfileType.SoilProfile1D, -1)); + SoilProfileType.SoilProfile1D)); testCalculation.Name = name; @@ -391,7 +391,7 @@ { aquitardLayer }, - SoilProfileType.SoilProfile1D, -1); + SoilProfileType.SoilProfile1D); testCalculation.InputParameters.StochasticSoilProfile = new PipingStochasticSoilProfile(0.0, profile); testCalculation.Name = name; @@ -435,7 +435,7 @@ { aquiferLayer }, - SoilProfileType.SoilProfile1D, -1); + SoilProfileType.SoilProfile1D); testCalculation.InputParameters.StochasticSoilProfile = new PipingStochasticSoilProfile(0.0, profile); testCalculation.Name = name; @@ -482,7 +482,7 @@ coverageLayerAboveSurfaceLine, bottomAquiferLayer }, - SoilProfileType.SoilProfile1D, -1); + SoilProfileType.SoilProfile1D); testCalculation.InputParameters.StochasticSoilProfile = new PipingStochasticSoilProfile(0.0, profile); testCalculation.Name = name; @@ -546,7 +546,7 @@ middleCoverageLayer, bottomAquiferLayer }, - SoilProfileType.SoilProfile1D, -1); + SoilProfileType.SoilProfile1D); testCalculation.InputParameters.StochasticSoilProfile = new PipingStochasticSoilProfile(0.0, profile); testCalculation.Name = name; @@ -607,7 +607,7 @@ completeLayer, incompletePipingSoilLayer }, - SoilProfileType.SoilProfile1D, -1); + SoilProfileType.SoilProfile1D); testCalculation.InputParameters.StochasticSoilProfile = new PipingStochasticSoilProfile(0.0, profile); testCalculation.Name = name; @@ -659,7 +659,7 @@ validLayer, coverageLayerInvalidD70 }, - SoilProfileType.SoilProfile1D, -1); + SoilProfileType.SoilProfile1D); testCalculation.Name = name; testCalculation.InputParameters.StochasticSoilProfile = new PipingStochasticSoilProfile(0.0, profile); @@ -720,7 +720,7 @@ completeLayer, incompletePipingSoilLayer }, - SoilProfileType.SoilProfile1D, -1); + SoilProfileType.SoilProfile1D); testCalculation.InputParameters.StochasticSoilProfile = new PipingStochasticSoilProfile(0.0, profile); testCalculation.Name = name; @@ -785,7 +785,7 @@ incompletePipingSoilLayer, completeLayer }, - SoilProfileType.SoilProfile1D, -1); + SoilProfileType.SoilProfile1D); testCalculation.InputParameters.StochasticSoilProfile = new PipingStochasticSoilProfile(0.0, profile); testCalculation.Name = name; @@ -834,7 +834,7 @@ coverageLayerInvalidSaturatedVolumicWeight, validLayer }, - SoilProfileType.SoilProfile1D, -1); + SoilProfileType.SoilProfile1D); testCalculation.Name = name; testCalculation.InputParameters.StochasticSoilProfile = new PipingStochasticSoilProfile(0.0, profile); @@ -894,7 +894,7 @@ middleCoverageLayerMissingParameter, bottomAquiferLayer }, - SoilProfileType.SoilProfile1D, -1); + SoilProfileType.SoilProfile1D); testCalculation.Name = name; testCalculation.InputParameters.StochasticSoilProfile = new PipingStochasticSoilProfile(0.0, profile);