Index: Riskeer/Integration/test/Riskeer.Integration.Service.Test/AssessmentSectionCalculationActivityFactoryTest.cs =================================================================== diff -u -r9453b0efd19b36bd38b1bc4e79e4c29923965fce -rdeb9eb4be42ebcbd250486cbf61594b1d88bab8b --- Riskeer/Integration/test/Riskeer.Integration.Service.Test/AssessmentSectionCalculationActivityFactoryTest.cs (.../AssessmentSectionCalculationActivityFactoryTest.cs) (revision 9453b0efd19b36bd38b1bc4e79e4c29923965fce) +++ Riskeer/Integration/test/Riskeer.Integration.Service.Test/AssessmentSectionCalculationActivityFactoryTest.cs (.../AssessmentSectionCalculationActivityFactoryTest.cs) (revision deb9eb4be42ebcbd250486cbf61594b1d88bab8b) @@ -56,6 +56,7 @@ using Riskeer.Piping.Data.TestUtil.SemiProbabilistic; using Riskeer.Piping.KernelWrapper.SubCalculator; using Riskeer.Piping.KernelWrapper.TestUtil.SubCalculator; +using Riskeer.Revetment.Data; using Riskeer.StabilityPointStructures.Data.TestUtil; using Riskeer.StabilityStoneCover.Data; using Riskeer.WaveImpactAsphaltCover.Data; @@ -364,7 +365,7 @@ InputParameters = { HydraulicBoundaryLocation = hydraulicBoundaryLocation, - CategoryType = AssessmentSectionCategoryType.LowerLimitNorm, + WaterLevelType = WaveConditionsInputWaterLevelType.LowerLimit, UseForeshore = true, UseBreakWater = true, LowerBoundaryRevetment = (RoundedDouble) 1, @@ -384,7 +385,7 @@ InputParameters = { HydraulicBoundaryLocation = hydraulicBoundaryLocation, - CategoryType = AssessmentSectionCategoryType.LowerLimitNorm, + WaterLevelType = WaveConditionsInputWaterLevelType.LowerLimit, UseForeshore = true, UseBreakWater = true, LowerBoundaryRevetment = (RoundedDouble) 1, @@ -404,7 +405,7 @@ InputParameters = { HydraulicBoundaryLocation = hydraulicBoundaryLocation, - CategoryType = FailureMechanismCategoryType.LowerLimitNorm, + WaterLevelType = WaveConditionsInputWaterLevelType.LowerLimit, UseBreakWater = true, LowerBoundaryRevetment = (RoundedDouble) 1, UpperBoundaryRevetment = (RoundedDouble) 3,