Tests

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Transfer soilparameters to DamEngine:

- RRatio

- StrengthIncreaseExponent

- RatioCuPc

Added test for import of RatioCuPc

Related to Issue [MWDAM-1625]

    • -2
    • +6
    ./DamEngineIo/FillXmlInputFromDamUiTests.cs
    • binary
    ./DamProjectTest/DamProjectTestMSoilbaseRead.mdb
  1. … 2 more files in changeset.
Extend test for reading soils with RRatio and StrengthIncreaseExponent

Related to Issue [MWDAM-1625]

    • binary
    ./DamProjectTest/DamProjectTestMSoilbaseRead.mdb
Incorporated comments reviewer:

- Removed ZoneAreas as ZoneType input parameter

-- Fixed failing test

Related to Issue [MWDAM-1382]

    • -1
    • +1
    ./TestData/SampleCalculationParameters.xml
Incorporated comments reviewer:

- Removed ZoneAreas as ZoneType input parameter

-- Fixed input for test files

Related to Issue [MWDAM-1382]

    • -2
    • +0
    ./DamEngineIo/ConversionHelperTests.cs
    • -2
    • +2
    ./Importers/LocationPropertyImporterTest.cs
  1. … 4 more files in changeset.
Incorporated comments reviewer:

- Removed ZoneAreaRestSlopeCrestWidthAttribute from the DAM data model

Related to Issue [MWDAM-1382]

    • -1
    • +0
    ./DamEngineIo/FillXmlInputFromDamUiTests.cs
  1. … 5 more files in changeset.
Incorporated comments reviewer:

- Removed ZoneAreaRestSlopeCrestWidthAttribute from the importing logic

Related to Issue [MWDAM-1382]

    • -3
    • +0
    ./Importers/LocationPropertyImporterTest.cs
  1. … 4 more files in changeset.
Incorporated comments reviewer:

- Removed zone references

Related to Issue [MWDAM-1382]

    • -6
    • +0
    ./DamEngineIo/FillDamUiFromXmlOutputTests.cs
Add test for reading soils

Related to Issue [MWDAM-1625]

    • binary
    ./DamProjectTest/DamProjectTestMSoilbaseRead.mdb
Add missing references (try to fix execution timeout on buildagents)

Related to Issue [MWDAM-1622]

    • -0
    • +12
    ./Deltares.Dam.IntegrationTests.csproj
  1. … 1 more file in changeset.
Removed zoning columns and parameters:

- Output is not available with the new macrostability kernel

Related to Issue [MWDAM-1382]

    • -9
    • +0
    ./DamEngineIo/FillDamUiFromXmlOutputTests.cs
  1. … 2 more files in changeset.
LoadCompatiblityTests now not work in progress anymore

Related to Issue [MWDAM-1626]

Fixed unit test by setting the resulst to the new results (input project was changed)

Related to Issue [MWDAM-1626]

Added backward compatibility for 18.1.3 and earlier

Related to Issue [MWDAM-1626]

  1. … 2 more files in changeset.
Fixed failing tests buildserver:

- PolderLevel needs to be specified in order to load scenarios

Related to Issue [MWDAM-1584]

Fixed failing tests buildserver:

- PolderLevel needs to be specified in order to load scenarios

Related to Issue [MWDAM-1584]

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]

Outcomment debug code

Related to Issue [MWDAM-1617]

Fixed unit tests

Related to Issue [MWDAM-1617]

  1. … 1 more file in changeset.
Added check on scenarios

Related to Issue [MWDAM-1620]

Cleanup test:

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

Related to Issue [MWDAM-1584]

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]

Fixed failing unit tests: fixed for the plugin importer as the HeadPl2 property was moved from Location to Scenario

Related to Issue [MWDAM-1584]

Fixed failing unit tests: fixed for the ScenarioTest as the PolderLevel became a NonNullable property.

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]

  1. … 1304 more files in changeset.
Removed PolderLevel from the Location.cs

Related to Issue [MWDAM-1584]

    • -1
    • +0
    ./DamEngineIo/FillXmlInputFromDamUiTests.cs
  1. … 1 more file in changeset.
Removed HeadPL2 from the Location.cs

Related to Issue [MWDAM-1584]

    • -1
    • +2
    ./DamEngineIo/FillXmlInputFromDamUiTests.cs
  1. … 1 more file in changeset.
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. … 4 more files in changeset.
Cleanup Location and references to HeadPL2: done as a preparation before removing HeadPL2 from the Location class

Related to Issue [MWDAM-1584]

  1. … 3 more files in changeset.
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]

  1. … 2 more files in changeset.