Added logic to the UpdateHandler: WTI-1925- Added logic to set values of the HydraulicLocationConfigurationSettings of the HydraulicBoundaryDatabase based on the input arguments.
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
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.
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
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
Incorporated comments review 3406: WTI-1923- Adjusted XMLDoc and implementation details about when the preprocessor directory should be written in the ini-script.
Incorporated comments review 3416: WTI-1923- Removed invalid states of the calculation settings object --> NULL or whitespace should not be allowed to be sent to the calculator.