Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Incorporated comments review:

- Made file path variable when creating test files

- Fixed failing unit tests

Related to Issue [MWDAM-1584]

Incorporated comments review:

- Made file path variable when creating test files

Related to Issue [MWDAM-1584]

    • -203
    • +185
    ./Dam/Tests/CsvImporterTestsNew.cs
Incorporated comments review:

- Remove unused code

Related to Issue [MWDAM-1584]

Outcomment debug code

Related to Issue [MWDAM-1617]

Fixed unit tests

Related to Issue [MWDAM-1617]

    • -95
    • +22
    ./Dam/Tests/FailureMechanismTests.cs
  1. … 1 more file in changeset.
Added check on scenarios

Related to Issue [MWDAM-1620]

    • -3
    • +52
    ./Dam/Tests/LoadCompatiblityTest.cs
Cleanup test:

- Replaced .Where().FirstOrDefault() statements with .FirstOrDefault(predicate) statements for readability and performance reasons

Related to Issue [MWDAM-1584]

    • -7
    • +7
    ./Dam/Tests/DataPluginImporterCsvTests.cs
Fixed failing unit tests: fixed for the csv plugin importer as the PolderLevel property was moved from Location to Scenario

Related to Issue [MWDAM-1584]

    • -8
    • +6
    ./Dam/Tests/DataPluginImporterCsvTests.cs
Fixed failing unit tests: fixed for the plugin importer as the HeadPl2 property was moved from Location to Scenario

Related to Issue [MWDAM-1584]

    • -7
    • +13
    ./Dam/Tests/DataPluginImporterTests.cs
Fixed failing unit tests: fixed for the ScenarioTest as the PolderLevel became a NonNullable property.

Related to Issue [MWDAM-1584]

Reordered HeadPl2: column should appear before HeadPl3 and HeadPl4 respectively as a default configuration

Related to Issue [MWDAM-1584]

Add load compatibility test for 19.1.1

Merged revision(s) 2804-2805 from DamClients/DamUI/branches/DamUI 19.1:

Related to Issue [MWDAM-1620]

    • -0
    • +37
    ./Dam/Tests/LoadCompatiblityTest.cs
  1. … 1304 more files in changeset.
Removed PolderLevel from the Location.cs

Related to Issue [MWDAM-1584]

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]