Riskeer

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

Expanded reader: WTI-1925

- Expanded reader to retrieve data from the ScenarioInformation table

-- Introduced and renamed .sqlite test files

- Expanded Read object to hold the information

-- Fixed affected files

Improvements after review. WTI-1486

Improvements after review. WTI-1486

Introduced read object. WTI-1925

Removed unused data object. WTI-1486

Improvements after review. WTI-1486

Incorporated comments review 3436: WTI-1938

- Added missing test