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

Put test for Piping together with the other types except for stability outside.

Related to Issue [MWDAM-1556]

Throw exception when River Level Low is not specified in case the calculation model is Stability Outside.

Related to Issue [MWDAM-1556]

Do not set value of RiverLevel to RiverLevelLow in import from scenarios.csv when RiverLevelLow is not specified.

Related to Issue [MWDAM-1556]