Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Update results, run with DamEngine rev.5813.

Related to Issue [MWDAM-2697]

    • -4
    • +2
    ./Deltares.DamLive.Tests/DamLiveHHNKTests.cs
    • -6
    • +4
    ./Deltares.DamLive.Tests/DamLivePulauTekongTests.cs
  1. … 4 more files in changeset.
Content of the Calculation Parameters xml improved to fit current implementation.

Reading of the xml file improved using XmlSerializer instead of DTO assembler.

Unit tests added.

Related to Issue [MWDAM-2565]

    • -1
    • +1
    ./Deltares.DamLive.Tests/DamLiveUsingCompleteDataSetTest.cs
    • -18
    • +0
    ./Deltares.DamLive.Tests/TestData/SampleCalculationParameters.xml
    • -0
    • +2
    ./Deltares.Dam.Application.Live/Deltares.Dam.Application.Live.csproj
    • -1
    • +1
    ./Deltares.DamLive.Tests/GeneralHelper.cs
    • -0
    • +246
    ./Deltares.DamLive.Io/XmlCalculationParameters.cs
    • -122
    • +0
    ./Deltares.DamLive.Tests/CalculationParametersAssemblerTest.cs
    • -1
    • +2
    ./Deltares.Dam.Application.Live/SensorModelRunner.cs
    • -0
    • +6
    ./Deltares.DamLive.Data/Deltares.DamLive.Data.csproj
    • -0
    • +88
    ./Deltares.DamLive.Tests/FillDomainFromXmlCalculationParametersTests.cs
    • -1
    • +1
    ./Deltares.DamLive.Tests/StabilityInsideBishopGridTest.cs
    • -75
    • +0
    ./Deltares.Dam.Application.Live/CalculationParameters.cs
  1. … 29 more files in changeset.
Move tests that run with more than 1 core to WorkInProgress

Related to Issue [MWDAM-1889]

    • -0
    • +1
    ./Deltares.DamLive.Tests/StabilityInsideUpliftVanGridTest.cs
    • -0
    • +1
    ./Deltares.DamLive.Tests/StabilityInsideBishopGridTest.cs
    • -0
    • +2
    ./Deltares.DamLive.Tests/StabilityInsideUpliftVanBeeSwarmTest.cs
Clean-up in MStabParameters.cs : obsolete parameters removed

Related to Issue [MWDAM-2565]

    • -1
    • +0
    ./Deltares.DamLive.Tests/DamLiveIntegrationTest.cs
Improved use of TestFileName in tests (in debug mode)

Related to Issue [MWDAM-2646]

    • -1
    • +0
    ./Deltares.DamLive.Tests/DamLivePulauTekongTests.cs
    • -1
    • +0
    ./Deltares.DamLive.Tests/DamLiveHHNKTests.cs
    • -2
    • +3
    ./Deltares.DamLive.Tests/GeneralHelper.cs
    • -2
    • +2
    ./Deltares.Dam.Application.Live/DamEngineRunner.cs
Keep unused method on request of reviewer

Related to Issue [MWDAM-2646]

    • -0
    • +25
    ./Deltares.DamLive.Tests/GeneralHelper.cs
comment out expected safety factors from older version

Related to Issue [MWDAM-2646]

    • -2
    • +2
    ./Deltares.DamLive.Tests/DamLivePulauTekongTests.cs
    • -1
    • +2
    ./Deltares.DamLive.Tests/DamLiveHHNKTests.cs
Remove restriction on StabilityOutside

Related to Issue [MWDAM-2646]

    • -1
    • +0
    ./Deltares.Dam.Application.Live/DamEngineRunner.cs
Add Integration test Pulau Tekong Outside in DamLive project.

Related to Issue [MWDAM-2646]

    • -226
    • +0
    ./Deltares.DamLive.Tests/DamLivePulauTekongStabilityOutwardTest.cs
    • -3
    • +2
    ./Deltares.DamLive.Tests/StabilityInsideUpliftVanBeeSwarmTest.cs
    • -3
    • +2
    ./Deltares.DamLive.Tests/PipingWtiInsideTest.cs
    • -121
    • +24
    ./Deltares.DamLive.Tests/DamLiveHHNKTests.cs
    • -3
    • +2
    ./Deltares.DamLive.Tests/StabilityInsideUpliftVanGridTest.cs
    • -3
    • +2
    ./Deltares.DamLive.Tests/StabilityInsideBishopGridTest.cs
    • -1
    • +2
    ./Deltares.Dam.Application.Live/DamEngineRunner.cs
    • -120
    • +75
    ./Deltares.DamLive.Tests/DamLivePulauTekongTests.cs
    • -5
    • +41
    ./Deltares.DamLive.Tests/GeneralHelper.cs
Expected results updated with new calculated values

Related to Issue [MWDAM-2665]

    • -5
    • +5
    ./Deltares.DamLive.Tests/StabilityInsideUpliftVanBeeSwarmTest.cs
    • -5
    • +5
    ./Deltares.DamLive.Tests/StabilityInsideBishopGridTest.cs
New input parameter "BishopSearchAreaDetermination" (Automatic or Specified) added which replaces the search method for grid and the search method for tangent lines.

Related to Issue [MWDAM-2654]

    • -2
    • +2
    ./Deltares.Dam.Application.Live/DamEngineRunner.cs
    • -8
    • +8
    ./Deltares.Dam.Application.Live/Properties/Settings.Designer.cs
    • -2
    • +2
    ./Deltares.Dam.Application.Live/SensorModelRunner.cs
Expected safety factors updated with the new calculated values

Related to Issue [MWDAM-2639]

    • -5
    • +5
    ./Deltares.DamLive.Tests/StabilityInsideBishopGridTest.cs
    • -16
    • +16
    ./Deltares.DamLive.Tests/StabilityInsideUpliftVanBeeSwarmTest.cs
Added Test for PulauTekong Inside to DamLive

Related to Issue [MWDAM-2533]

    • -0
    • +203
    ./Deltares.DamLive.Tests/DamLivePulauTekongTests.cs
Unit tests updated with new calculated values.

Related to Issue [MWDAM-2609]

    • -12
    • +9
    ./Deltares.DamLive.Tests/StabilityInsideUpliftVanBeeSwarmTest.cs
Fix unit tests for UpliftVan BeeSwarm

Related to Issue [MWDAM-2465]

    • -1
    • +1
    ./Deltares.DamLive.Tests/StabilityInsideUpliftVanBeeSwarmTest.cs
Fix unit tests for UpliftVan Grid

Related to Issue [MWDAM-2465]

    • -8
    • +8
    ./Deltares.DamLive.Tests/StabilityInsideUpliftVanGridTest.cs
Fix unit tests for UpliftVan BeeSwarm

Related to Issue [MWDAM-2465]

    • -8
    • +8
    ./Deltares.DamLive.Tests/StabilityInsideUpliftVanBeeSwarmTest.cs
Fix unit tests for Bishop

Related to Issue [MWDAM-2465]

    • -2
    • +2
    ./Deltares.DamLive.Tests/StabilityInsideBishopGridTest.cs
Fix unit tests for Bishop

Related to Issue [MWDAM-2465]

    • -16
    • +16
    ./Deltares.DamLive.Tests/StabilityInsideBishopGridTest.cs
Reformat and Cleanup

Related to Issue [MWDAM-2465]

    • -96
    • +99
    ./Deltares.DamLive.Tests/StabilityInsideUpliftVanBeeSwarmTest.cs
    • -90
    • +91
    ./Deltares.DamLive.Tests/StabilityInsideBishopGridTest.cs
    • -84
    • +86
    ./Deltares.DamLive.Tests/StabilityInsideUpliftVanGridTest.cs
Improve Stability Inside 1D profile Bishop grid test

Related to Issue [MWDAM-2627]

    • -1
    • +1
    ./Deltares.Dam.Application.Live/DamEngineRunner.cs
Added DamLiveHHNKTests based upon test for Grebbedijk.

Related to Issue [MWDAM-2568]

    • -0
    • +205
    ./Deltares.DamLive.Tests/DamLiveHHNKTests.cs
Expected factor updated with new calculated factor due to new settings for BeeSwarm

Related to Issue [MWDAM-2390]

    • -16
    • +16
    ./Deltares.DamLive.Tests/StabilityInsideUpliftVanBeeSwarmTest.cs
    • -1
    • +0
    ./Deltares.DamLive.Tests/DamLiveIntegrationTest.cs
Expected factor updated with new calculated factor due to new settings for BeeSwarm

Related to Issue [MWDAM-2390]

    • -0
    • +1
    ./Deltares.DamLive.Tests/DamLiveIntegrationTest.cs
Improve tests (SonarCloud suggestions)

Related to Issue [MWDAM-2264]

Update authorization dll's to version 21.2.1

Related to Issue [MWDAM-2264]

    • -0
    • +55
    ./Deltares.DamLive.Tests/License/LicenseTest.cs
  1. … 5 more files in changeset.
Expected results of the tests updated with the new calculated results due to improvement on waternet

Related to Issue [MWDAM-2201]

    • -16
    • +16
    ./Deltares.DamLive.Tests/StabilityInsideBishopGridTest.cs
    • -16
    • +16
    ./Deltares.DamLive.Tests/StabilityInsideUpliftVanBeeSwarmTest.cs
    • -8
    • +8
    ./Deltares.DamLive.Tests/StabilityInsideUpliftVanGridTest.cs
Expected results of the tests updated with the new calculated results due to improvement on waternet

Related to Issue [MWDAM-2154]

    • -16
    • +16
    ./Deltares.DamLive.Tests/StabilityInsideBishopGridTest.cs
Expected results of the tests updated with the new calculated results due to improvement on waternet

Related to Issue [MWDAM-2154]

    • -16
    • +16
    ./Deltares.DamLive.Tests/StabilityInsideUpliftVanGridTest.cs
Expected results of the tests updated with the new calculated results due to improvement on waternet

Related to Issue [MWDAM-2154]

    • -32
    • +32
    ./Deltares.DamLive.Tests/StabilityInsideUpliftVanBeeSwarmTest.cs
  1. … 1 more file in changeset.