Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed another test for changed csv column names.

Related to Issue [MWDAM-1530]

Removed the Dupuit options and related test data.

Related to Issue [MWDAM-1527]

    • -21
    • +0
    ./Dam/Tests/Deltares.Dam.IntegrationTests.csproj
  1. … 16 more files in changeset.
Fixed tests for changed csv column names.

Related to Issue [MWDAM-1530]

Moved field names for import of scenarios.csv to CsvColumnNames.

Related to Issue [MWDAM-1530]

Removed Category "Calculation" as this prevents running the tests even on Full Test. Added Category slow for all tests where this was missing to prevent those test from always being run.

Related to Issue [MWDAM-1460]

    • -1
    • +3
    ./Dam/Tests/DamCalculationBenchmarkTest.cs
Fixed failing unit tests:

- Added logic to always have the data source folder set of where to retrieve the geometries from. The data source can come from the DamDataSource of the current object or from the passed argument

Related to Issue [MWDAM-1242]

Renamed LocationCsvColumnNames to CsvColumnNames

Related to Issue [MWDAM-1530]

Deleted DamIntegrationTestHelper.cs

Related to Issue [MWDAM-1460]

    • -107
    • +0
    ./Dam/Tests/DamIntegrationTestHelper.cs
reverted DamProject.cs

Deleted DamIntegrationTestHelper.cs

Related to Issue [MWDAM-1460]

    • -1
    • +0
    ./Dam/Tests/Deltares.Dam.IntegrationTests.csproj
Fixed test, due to Remove locations when no WaterHeight was specified in any of the import files. Add message for each location that was removed.

Related to Issue [MWDAM-1524]

    • -2
    • +2
    ./Dam/Tests/IO/CombineImportedDataTest.cs
Remove locations when no WaterHeight was specified in any of the import files. Add message for each location that was removed.

Related to Issue [MWDAM-1524]

    • -2
    • +325
    ./Dam/Tests/DataPluginImporterTests.cs
Removed obsolete properties from the Location:

- Removed the UpliftCriteria for Piping and Stability as these are already presented by the scenario

Related to Issue [MWDAM-1518]

Removed obsolete properties from the LocationPropertyControl:

- Removed HeadPL3 and HeadPL4 items

Related to Issue [MWDAM-1518]

    • -2
    • +0
    ./Dam/Forms/LocationPropertyControl.cs
    • -72
    • +0
    ./Dam/Forms/LocationPropertyControl.Designer.cs
Removed obsolete property required probability of failure piping:

- Updated numbering of remaining property order attributes

Related to Issue [MWDAM-1517]

Removed obsolete property required probability of failure piping

Related to Issue [MWDAM-1517]

Fixed directory generation by adding a routine to determine the geometry source path. The fix is to determine the source directory based on:

- The defx source definition for the geometry

- The directory where the defx file resides

- The directory of the damx project file.

Paths in the defx can be specified as relative or direct paths. The former definition causes the described bug, as the project directory where the .damx file resides + the relative path of the geometries does not exist at the time of project creation. --> hence the directory cannot be created.

Related to Issue [MWDAM-1242]

Added DikeTableHeight, WaterHeight, WaterHeightLow, WaterHeightDecimeringsHoogte, MaxWaterHeight to Location. Implemented import from locations.csv and shapefile. Removed RiverLevel and RiverLevelLow from Location.

Related to Issue [MWDAM-1521]

    • -2
    • +2
    ./Dam/Tests/Sensors/SensorLocationTests.cs
  1. … 4 more files in changeset.
Moved TransferScenarios after reading all datasources, including shapefiles.

Added test ValuesFromShapeFileAreCopiedToScenarioIfNotDefinedInScenariosCsv

Related to Issue [MWDAM-1515]

    • -16
    • +16
    ./Dam/Tests/DataPluginImporterTests.cs
transfer headpl3 and headpl4 from locations to scenario

Added test ValuesFromLocationsCsvAreCopiedToScenarioIfNotDefinedInScenariosCsvOrShapeFile

Related to Issue [MWDAM-1516]

    • -5
    • +35
    ./Dam/Tests/DataPluginImporterTests.cs
Added test ValuesFromShapeFileOverwriteValuesFromLocationsCsv

Related to Issue [MWDAM-1515]

    • -0
    • +87
    ./Dam/Tests/DataPluginImporterTests.cs
small refactoring CombineImport tests

Related to Issue [MWDAM-1515]

    • -4
    • +4
    ./Dam/Tests/IO/CombineImportedDataTest.cs
Moved CombineImport tests to its own class

Related to Issue [MWDAM-1515]

    • -291
    • +0
    ./Dam/Tests/CsvImporterTestsNew.cs
    • -0
    • +322
    ./Dam/Tests/IO/CombineImportedDataTest.cs
removed unnecessary files for the tests as stated in the issue. Also removed test BM04Opdrijven04SituatieMetEenSchuineSlootbodemEnOpdrijvenOp1Locatie1D_Using_WTIStabilityKernel, as the wbi kernel is not yet implemented

Related to Issue [MWDAM-1460]

    • -20
    • +1
    ./Dam/Tests/DamCalculationBenchmarkTest.cs
  1. … 111 more files in changeset.
readded test and got the test working for uplift design

Related to Issue [MWDAM-1460]

    • -0
    • +233
    ./Dam/Tests/DamCalculationBenchmarkTest.cs
    • -0
    • +1
    ./Dam/Tests/Deltares.Dam.BenchmarkTests.csproj
    • -1
    • +0
    ./Dam/Tests/DamIntegrationTestHelper.cs
  1. … 122 more files in changeset.
Removed export functionality of calculation images

Related to Issue [MWDAM-1259]

Removed export functionality of Calculations (sti files)

Related to Issue [MWDAM-1258]

Disabled the the export of surfacelines when there's no calculation result available.

Related to Issue [MWDAM-1469]

Implemented DistanceToEntryPoint in communication with Engine. Added tests to see if it works.

Removed obsolete packages.config from Deltares.Maps.

Related to Issue [MWDAM-1361]

    • -16
    • +49
    ./Dam/Tests/DamPipingBenchmarkTest.cs
  1. … 1 more file in changeset.
Solved the issue by:

- deleting obsolete kernel types

- adapting the translations for the remaining types

- setting the proper enabled status for the selected kernel type

- making sure the right aligned combo box is shown properly.

Related to Issue [MWDAM-1483]

    • -3
    • +3
    ./Dam/Forms/StabilityKernelTypeSpecificationsControl.Designer.cs
    • -3
    • +4
    ./Dam/Forms/StabilityKernelTypeSpecificationsControl.cs
Added the tests for valid coinciding traffic load.

Related to Issue [MWDAM-300]