Incorporated comments review 3443: WTI-1925- Changed Assert.Zero() and .NotZero() to Assert.AreEqual(0, ..) and .NotEqual(0, ...) for consistency reasons throughout the code
Added migration logic: WTI-1926- Extended test file with 2 assessment sections to verify the migration of sections with and without hydraulic boundary database.- Fixed failing tests by saving a newer version of the Ringtoets file format
Updated database design: WTI-1926- Changed column type of the Year-column for the HydraulicBoundaryDatabaseEntity.- Added auto-increment to entries in the HydraulicBoundaryDatabaseEntity table.
Fixed compilation errors: WTI-1926- Adjusted tests of the affected create and read extensions as a preparation for integrating the HydraulicBoundaryDatabaseEntity.