Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed HeadPL2 from the Location.cs

Related to Issue [MWDAM-1584]

Rewired the HeadPl2 and the PolderLevel properties of Scenario to the new XML entities:

- Changed nullable PolderLevel to a regular double as this is a mandatory required parameter (maintained consistency with the rest of the application)

Related to Issue [MWDAM-1584]

    • -1
    • +1
    ./Dam/Tests/IO/CombineImportedDataTest.cs
Removed obsolete GUI components from the property panel:

- Cleaned up unused translations

Related to Issue [MWDAM-1575]

    • -7
    • +1
    ./Dam/Forms/LocationPropertyControl.cs
    • -252
    • +1
    ./Dam/Forms/LocationPropertyControl.Designer.cs
Updated label and description of polder level to "Polderpeil"

Related to Issue [MWDAM-1577]

Cleanup Location and references to HeadPL2: done as a preparation before removing HeadPL2 from the Location class

Related to Issue [MWDAM-1584]

    • -1
    • +0
    ./Dam/Tests/IO/CombineImportedDataTest.cs
    • -2
    • +0
    ./Dam/Tests/WaterBoardImporterTests.cs
Adjusted DamContext to make HeadPL2 visible:

- Removed obsolete test file

- Changed translation entry due to a rename of the HeadPL2 property in Scenarios to be consistent with the other HeadPl<X> properties

Related to Issue [MWDAM-1584]

Adjusted IO to be able to import HeadPl2 property from scenario files.

Related to Issue [MWDAM-1584]

    • -0
    • +1
    ./Dam/Tests/IO/CombineImportedDataTest.cs
Added HeadPl2 to the Scenario as a preparation for removing it from the Location

Related to Issue [MWDAM-1584]

Removed PolderLevel from the SensorLocation:

- Consistent with old migrations of location to scenario properties

Related to Issue [MWDAM-1584]

Reordered columns in the Location Scenarios tab

Related to Issue [MWDAM-1584]

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