Index: Application/Ringtoets/src/Application.Ringtoets.Migration.Core/EmbeddedResources/Migration_17.3_18.1.sql
===================================================================
diff -u -rd46a891e1b44443392e77b1f84224c89e1ec8785 -r343779e3d40beea995062803e20eebe37cad8128
--- Application/Ringtoets/src/Application.Ringtoets.Migration.Core/EmbeddedResources/Migration_17.3_18.1.sql (.../Migration_17.3_18.1.sql) (revision d46a891e1b44443392e77b1f84224c89e1ec8785)
+++ Application/Ringtoets/src/Application.Ringtoets.Migration.Core/EmbeddedResources/Migration_17.3_18.1.sql (.../Migration_17.3_18.1.sql) (revision 343779e3d40beea995062803e20eebe37cad8128)
@@ -820,9 +820,9 @@
-- Create the calculations for the Hydraulic Boundary Locations on Grass Cover Erosion Outwards Failure Mechanism level
-- Note 1: It is assumed that LocationId is unique within an assessment section. Because it is possible for multiple
-- assessment sections to have the same hydraulic boundary locations (and thus same LocationIds), a join needs to be
--- performed based on the LocationId and the AssessmentSection
+-- performed based on the LocationId and the AssessmentSection.
-- Note 2: The Hydraulic Location ID on assessment section level is chosen as a reference, because the hydraulic boundary
--- location calculation entities contain references to these entities.
+-- location calculation entities contain references to these entities.
INSERT INTO TempHydraulicLocationCalculationEntity (
[HydraulicLocationEntityId],
[GrassCoverErosionOutwardsFailureMechanismMetaEntityId],
Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/MigrationTo181IntegrationTest.cs
===================================================================
diff -u -rd46a891e1b44443392e77b1f84224c89e1ec8785 -r343779e3d40beea995062803e20eebe37cad8128
--- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/MigrationTo181IntegrationTest.cs (.../MigrationTo181IntegrationTest.cs) (revision d46a891e1b44443392e77b1f84224c89e1ec8785)
+++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/IntegrationTests/MigrationTo181IntegrationTest.cs (.../MigrationTo181IntegrationTest.cs) (revision 343779e3d40beea995062803e20eebe37cad8128)
@@ -1609,11 +1609,11 @@
}
///
- /// Generates a query to validate if the hydraulic boundary calculation input for the wave height calculations
+ /// Generates a query to validate if the hydraulic boundary calculation input for the design water level calculations
/// are migrated correctly.
///
/// The norm type to generate the query for.
- /// A query to validate the hydraulic boundary location calculation input for the wave height calculations.
+ /// A query to validate the hydraulic boundary location calculation input for the design water level calculations.
/// Thrown when
/// is an invalid value of .
/// Thrown when is a valid value,
@@ -1710,7 +1710,7 @@
}
///
- /// Generates a query to validate if the hydraulic boundary location calculation outputs related to the design water level calculations
+ /// Generates a query to validate if the hydraulic boundary location calculation outputs related to the wave height calculations
/// are migrated correctly to the corresponding calculation entities.
///
/// The norm type to generate the query for.