Incorporated comments review 3445: WTI-1925- Cleaned up code- Moved logging from the importer to the update helper-- Cleaned up resources-- Cleaned up tests
Incorporated comments review 3443: WTI-1925- Added ArgumentException when the read hydraulic location configuration database contains multiple or zero items for the database settings.-- Added factory and factory methods to verify behaviour-- Renamed factory methods to be more representative- Updated logic in the importer
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 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
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: WTI-1923- Updated XMLDocs based on reviews 3406, 3408, 3409, 3410, 3411, 3412, 3413, 3414, 3415- Formatting test file based on review 3406