Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/MigrationTo181IntegrationTest.cs =================================================================== diff -u -r94a162cd5c8d44f206a2a0f5e30b1fa7d29395bc -r6b281206a6a09ed8b7e2f86cad5464a342ebb799 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/MigrationTo181IntegrationTest.cs (.../MigrationTo181IntegrationTest.cs) (revision 94a162cd5c8d44f206a2a0f5e30b1fa7d29395bc) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/MigrationTo181IntegrationTest.cs (.../MigrationTo181IntegrationTest.cs) (revision 6b281206a6a09ed8b7e2f86cad5464a342ebb799) @@ -892,7 +892,7 @@ /// Thrown when /// is an invalid value of . /// Thrown when is a valid value, - /// but unsupported + /// but unsupported. public string GetMigratedDuneLocationCalculationOutputValidationQuery(NormativeNormType normType) { return $"ATTACH DATABASE \"{sourceFilePath}\" AS SOURCEPROJECT; " + @@ -934,7 +934,7 @@ /// Thrown when /// is an invalid value of . /// Thrown when is a valid value, - /// but unsupported + /// but unsupported. private static CalculationType ConvertToCalculationType(NormativeNormType normType) { if (!Enum.IsDefined(typeof(NormativeNormType), normType)) @@ -1527,7 +1527,7 @@ /// Thrown when /// is an invalid value of . /// Thrown when is a valid value, - /// but unsupported + /// but unsupported. public string GetMigratedDesignWaterLevelCalculationsValidationQuery(NormativeNormType normType) { CalculationType calculationType = ConvertToDesignWaterLevelCalculationType(normType); @@ -1553,7 +1553,7 @@ /// Thrown when /// is an invalid value of . /// Thrown when is a valid value, - /// but unsupported + /// but unsupported. public string GetMigratedDesignWaterLevelCalculationOutputsValidationQuery(NormativeNormType normType) { CalculationType calculationType = ConvertToDesignWaterLevelCalculationType(normType); @@ -1582,7 +1582,7 @@ /// Thrown when /// is an invalid value of . /// Thrown when is a valid value, - /// but unsupported + /// but unsupported. public string GetMigratedWaveHeightCalculationsValidationQuery(NormativeNormType normType) { CalculationType calculationType = ConvertToWaveHeightCalculationType(normType); @@ -1608,7 +1608,7 @@ /// Thrown when /// is an invalid value of . /// Thrown when is a valid value, - /// but unsupported + /// but unsupported. public string GetMigratedWaveHeightCalculationOutputsValidationQuery(NormativeNormType normType) { CalculationType calculationType = ConvertToDesignWaterLevelCalculationType(normType); @@ -1684,7 +1684,7 @@ /// Thrown when /// is an invalid value of . /// Thrown when is a valid value, - /// but unsupported + /// but unsupported. private static CalculationType ConvertToDesignWaterLevelCalculationType(NormativeNormType normType) { if (!Enum.IsDefined(typeof(NormativeNormType), normType)) @@ -1711,7 +1711,7 @@ /// Thrown when /// is an invalid value of . /// Thrown when is a valid value, - /// but unsupported + /// but unsupported. private static CalculationType ConvertToWaveHeightCalculationType(NormativeNormType normType) { if (!Enum.IsDefined(typeof(NormativeNormType), normType)) @@ -1895,7 +1895,7 @@ /// Thrown when /// is an invalid value of . /// Thrown when is a valid value, - /// but unsupported + /// but unsupported. public string GetMigratedDesignWaterLevelCalculationsValidationQuery(NormativeNormType normType) { CalculationType calculationType = ConvertToDesignWaterLevelCalculationType(normType); @@ -1931,7 +1931,7 @@ /// Thrown when /// is an invalid value of . /// Thrown when is a valid value, - /// but unsupported + /// but unsupported. public string GetMigratedDesignWaterLevelCalculationOutputsValidationQuery(NormativeNormType normType) { CalculationType calculationType = ConvertToDesignWaterLevelCalculationType(normType); @@ -1960,7 +1960,7 @@ /// Thrown when /// is an invalid value of . /// Thrown when is a valid value, - /// but unsupported + /// but unsupported. public string GetMigratedWaveHeightCalculationsValidationQuery(NormativeNormType normType) { CalculationType calculationType = ConvertToWaveHeightCalculationType(normType); @@ -1996,7 +1996,7 @@ /// Thrown when /// is an invalid value of . /// Thrown when is a valid value, - /// but unsupported + /// but unsupported. public string GetMigratedWaveHeightCalculationOutputsValidationQuery(NormativeNormType normType) { CalculationType calculationType = ConvertToWaveHeightCalculationType(normType); @@ -2089,7 +2089,7 @@ /// Thrown when /// is an invalid value of . /// Thrown when is a valid value, - /// but unsupported + /// but unsupported. private static CalculationType ConvertToDesignWaterLevelCalculationType(NormativeNormType normType) { if (!Enum.IsDefined(typeof(NormativeNormType), normType)) @@ -2116,7 +2116,7 @@ /// Thrown when /// is an invalid value of . /// Thrown when is a valid value, - /// but unsupported + /// but unsupported. private static CalculationType ConvertToWaveHeightCalculationType(NormativeNormType normType) { if (!Enum.IsDefined(typeof(NormativeNormType), normType)) @@ -2187,7 +2187,7 @@ /// Thrown when /// is an invalid value of . /// Thrown when is a valid value, - /// but unsupported + /// but unsupported. public string GetGrassCoverErosionOutwardsCalculationValidationQuery(NormativeNormType normType) { FailureMechanismCategoryType categoryType = ConvertToFailureMechanismCategoryType(normType); @@ -2246,7 +2246,7 @@ /// Thrown when /// is an invalid value of . /// Thrown when is a valid value, - /// but unsupported + /// but unsupported. public string GetStabilityStoneCoverCalculationValidationQuery(NormativeNormType normType) { AssessmentSectionCategoryType categoryType = ConvertToAssessmentSectionCategoryType(normType); @@ -2278,7 +2278,7 @@ /// Thrown when /// is an invalid value of . /// Thrown when is a valid value, - /// but unsupported + /// but unsupported. public string GetWaveImpactAsphaltCoverCalculationValidationQuery(NormativeNormType normType) { AssessmentSectionCategoryType categoryType = ConvertToAssessmentSectionCategoryType(normType); @@ -2333,7 +2333,7 @@ /// Thrown when /// is an invalid value of . /// Thrown when is a valid value, - /// but unsupported + /// but unsupported. private static FailureMechanismCategoryType ConvertToFailureMechanismCategoryType(NormativeNormType normType) { if (!Enum.IsDefined(typeof(NormativeNormType), normType)) @@ -2360,7 +2360,7 @@ /// Thrown when /// is an invalid value of . /// Thrown when is a valid value, - /// but unsupported + /// but unsupported. private static AssessmentSectionCategoryType ConvertToAssessmentSectionCategoryType(NormativeNormType normType) { if (!Enum.IsDefined(typeof(NormativeNormType), normType))