Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Cleanup: Preparations to remove the PolderLevel from the location object:

- Rewired SensorLocation to use the first scenario data (consistent with other implementations)

- Changed tests: objects should always start with a clean state and not be initialized once for a whole test fixture

Related to Issue [MWDAM-1584]

    • -46
    • +13
    ./Dam/Tests/Sensors/SensorLocationTests.cs
Cleanup: Preparations to remove the PolderLevel from the location object

Related to Issue [MWDAM-1584]

    • -1
    • +0
    ./Dam/Tests/IO/CombineImportedDataTest.cs
    • -1
    • +0
    ./Dam/Tests/WaterBoardImporterTests.cs
    • -0
    • +36
    ./Dam/Tests/Sensors/SensorLocationTests.cs
Added test to verify functionality of Scenario.

Related to Issue [MWDAM-1584]

    • -0
    • +115
    ./Dam/Tests/ScenarioTest.cs
Added test to verify functionality of DamContext

Related to Issue [MWDAM-1584]

    • -0
    • +146
    ./Dam/Tests/Forms/DamContextTest.cs
Added data to be imported to the IO and importer datamodels:

- Added PolderLevel column to be read from the Scenarios.csv files when applicable

Related to Issue [MWDAM-1584]

    • -16
    • +39
    ./Dam/Tests/IO/CombineImportedDataTest.cs
Adjusted data model to cope with new functionality:

- Context to make the new column visible for the scenarios

- Added property to scenarios to fill it with the required information

Related to Issue [MWDAM-1584]

Adapted projects to renamed external DevExpress.

Related to Issue [MDNLIB-864]

Replaced local DevExpress lib by external DevExpressV12.2 lib.

Related to Issue [MDNLIB-864]

  1. … 252 more files in changeset.
Fix unit tests

Related to Issue [MWDAM-1535]

Fixed some SonarQube bug alerts

Related to Issue [MWDAM-1535]

removed workInProgress markings

Related to Issue [mwdam-1535]

    • -7
    • +0
    ./Dam/Tests/Sensors/SensorLocationTests.cs
getValue for scenario data in SensorLocation now works. Also added check that there is only 1 scenario in SensorLocation

Related to Issue [MWDAM-1535]

    • -9
    • +14
    ./Dam/Tests/Sensors/SensorLocationTests.cs
Added empty line.

Related to Issue [MWDAM-1295]

    • -0
    • +1
    ./Dam/Tests/CalculationParametersAssemblerTest.cs
Fix bug reported by SonarQube

Related to Issue [MWDAM-1295]

Update XSD for Calculation parameters

Related to Issue [MWDAM-1295]

Remove obsolete MStab parameters

Related to Issue [MWDAM-1295]

    • -4
    • +16
    ./Dam/Tests/CalculationParametersAssemblerTest.cs
Remove obsolete calculation modules

Related to Issue [MWDAM-1295]

    • -0
    • +48
    ./Dam/Tests/TestHelper/XmlAdapter.cs
    • -3
    • +20
    ./Dam/Tests/CalculationParametersAssemblerTest.cs
Added initial setup of test with comments for explanation:

- Test is committed in a WorkInProgress category as the timebox limit was reached and the test could not be made to pass

Related to Issue [MWDAM-1529]

    • -0
    • +160
    ./Dam/Tests/Forms/DamSpatialEditorDecoratorTest.cs
Fixed ThrowIfArgumentNull to give proper message.

Fixed use of message CsvHeaderNullOrEmpty (it was not found because name was different).

Improved tests to see if expected message was given for header and splitter.

Related to Issue [MWDAM-1556]

Created tmp folder for all the tests in DataPluginImporterTests and remove at the end of all tests.

Related to Issue [MWDAM-1541]

    • -8
    • +25
    ./Dam/Tests/DataPluginImporterTests.cs
Fix bug reported by SonarQube

Related to Issue [MWDAM-1514]

Fix bug reported by SonarQube

Related to Issue [MWDAM-1514]

    • -2
    • +5
    ./Dam/Tools/CsvToDamxConverter/Program.cs
Reverted revision(s) 2602 from DamClients/DamUI/trunk/src/DamClientsLibrary/Deltares.Dam.Data/Translations.xml: change of names accidentally lead to RequiredRequired in translation ids, I changed that back.

Related to Issue [MWDAM-1521]

Added unit tests for CalculationParametersAssembler

Related to Issue [MWDAM-1295]

    • -0
    • +94
    ./Dam/Tests/CalculationParametersAssemblerTest.cs
Refactored; improved layout

Related to Issue [MWDAM-1295]

Cleanup code due to SonarCube analysis

- Use ArgumentNullException i.s.o. NullReferenceException (implement ThrowHelper)

- Move strings to resources

Related to Issue [MWDAM-1556]

Improved handling of import errors for TimeDataSeries. Program no longer crashes, the error message now shows the relevant information.

Made sure that inner exception message is shown when program crashes.

Related to Issue [MWDAM-1457]

Modified tests according to updated files and expected results

Related to Issue [MWDAM-1541]

    • -53
    • +97
    ./Dam/Tests/DataPluginImporterTests.cs
Fixed update logic of the cross-section view:

- View wouldn't update when characteristic points were assigned or unassigned from the property control of a surface line. Subscribing to the OnAfterChange events coming from a CharacteristicPoint AND calling the LoadLocation() solves this problem.

Related to Issue [MWDAM-1529]

    • -0
    • +4
    ./Dam/Forms/DamSpatialEditorDecorator.cs
Simplified tests

Related to Issue [MWDAM-1556]