Riskeer

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated logic of the CalculationSettingsFactory: WTI-1925

- Fixed failing tests for ClosingStructures

Updated logic of the CalculationSettingsFactory: WTI-1925

- Fixed failing tests for grass cover erosion outwards.

Updated logic of the CalculationSettingsFactory: WTI-1925

- Set the file path of the HydraulicBoundaryLocationSettings when there's a file path argument passed.

Updated logic of the CalculationSettingsFactory: WTI-1925

- Introduced testhelper to set valid values on the HydraulicLocationConfigurationSettings in order to fix failing tests.

Cleanup. WTI-1927

Added Hydraulic boundary database to the importer. WTI-1927

Updated logic of the CalculationSettingsFactory: WTI-1925

- HLCD file path location can be retrieved directly from the location settings instead of deriving it.

Added handler to importer. WTI-1927

Fixed failing test: WTI-1925

- Changed Reference checks to Equal checks.

Added interface for update handler. WTI-1927

Added base class to importer. WTI-1927

Added importer for hlcd. WTI-1927

Fixed compilation error in test. WTI-1925

Added hlcd file path as argument for the handler. WTI-1925

Expanded importer: WTI-1925

- Added log message in case an invalid HLCD with an invalid number of ScenarioInformation entries was read

- Improved tests

Fixed compilation error after rebase. WTI-1925

Added logic to the UpdateHandler: WTI-1925

- Added logic to set values of the HydraulicLocationConfigurationSettings of the HydraulicBoundaryDatabase based on the input arguments.

Improvements after review. WTI-1486

Added factory method: WTI-1925

- Added factory method to create a read object with scenario information

-- Done as preparation to be used for the UpdateHandler tests

Renamed read object for the HydraulicLocationConfigurationDatabaseSetting. WTI-1924

- Combination of values is a setting

Revert "Renamed read object for the HydraulicLocationConfigurationDatabaseSetting. WTI-1924"

This reverts commit 0ef1f694c47138757331af02c3947dc13f085fff.

Improvements after review. WTI-1486

Added missing asserts to the test factory. WTI-1925

Added extra check to the HydraulicLocationConfigurationSettings. WTI-1925

- FilePath of the HLCD should always be set to a non-NULL/non-empty value when setting other values.

Improvements after review. WTI-1486

Added validation logic in the importer: WTI-1925

- Added validation logic to verify the ScenarioInformation within the ReadHydraulicLocationConfiguration object

-- If ScenarioInformation is present, only 1 entry should be present; else stop importing

Improvements after review. WTI-1486

Improvements after review. WTI-1486

Improvements after review. WTI-1486

Moved queries and column names: WTI-1925

- Moved string values to their dedicated classes to prevent code duplication.