DamClients

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix unit tests

Related to Issue [MWDAM-1295]

Fix unit tests

Related to Issue [MWDAM-1295]

Remove obsolete calculation modules

Related to Issue [MWDAM-1295]

Remove obsolete calculation modules

Related to Issue [MWDAM-1295]

    • -0
    • +48
    ./DamUI/trunk/src/Dam/Tests/TestHelper/XmlAdapter.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
    ./DamUI/trunk/src/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]

    • -6
    • +6
    ./DamUI/trunk/src/Dam/Tests/CsvParserTest.cs
Created tmp folder for all the tests in DataPluginImporterTests and remove at the end of all tests.

Related to Issue [MWDAM-1541]

Fix bug reported by SonarQube

Related to Issue [MWDAM-1514]

Fix bug reported by SonarQube

Related to Issue [MWDAM-1514]

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]

Update DAM UI release binaries

Related to Issue [MWDAM-1417]

  1. … 17 more files in changeset.
Delete redundant files from tutorials

Related to Issue [MWDAM-1417]

  1. … 47 more files in changeset.
Delete redundant files from tutorials

Related to Issue [MWDAM-1417]

Added unit tests for CalculationParametersAssembler

Related to Issue [MWDAM-1295]

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]

    • -3
    • +9
    ./DamUI/trunk/src/Dam/Application/Program.cs
    • -2
    • +9
    ./DamUI/trunk/src/Dam/Forms/DamPlugin.cs
Removed obsolete elements from XSD

Related to Issue [MWDAM-1295]

Add XSD for Calculation parameters to the TD

Related to Issue [MWDAM-1295]

Remove redundant files

Related to Issue [MWDAM-1295]

added project file

Related to Issue [MWDAM-1345]

solved 9 error for building

Related to Issue [MWDAM-1345]

Add XSD for DamLive Calculation parameters

Related to Issue [MWDAM-1295]

  1. ./DamLive/trunk/doc/DAMLive - Functional Design/xsd
Removed dead code.

Related to Issue [MWDAM-890]

Modified tests according to updated files and expected results

Related to Issue [MWDAM-1541]

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]

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]