Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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]

Added the requested tests.

Related to Issue [MWDAM-300]

For some reason !? a test which should have failed always only now decided to actually fail. So I fixed this here.

Related to Issue [MWDAM-1417]

Added the new installer.

Related to Issue [MWDAM-1417]

  1. … 32 more files in changeset.
Also Issue [MWDAM-1407]: removed repairers from dam, added extra validation for surfacelines, implemented the new required domain for surface lines.

Related to Issue [MWDAM-1466]

Created CanRetrieveDegreeOfConsolidationFromDataShapeFileInCombinationWithCrossSectionShapeFile

Related to Issue [MWDAM-1415]

    • -2
    • +79
    ./Dam/Tests/DataPluginImporterDataShapeFilesTests.cs
Modified label and description for TL_DegreeOfConsolidation in Translations.xml according to OverviewDataUIAndEngine.xlsx revision 2284.

Removed label and description for TL_DegreeOfConsolidation in Location.cs because otherwise the English text from Translations.xml will not be used.

Related to Issue [MWDAM-1415]

Added TL_DegreeOfConsolidation to Translations.xml

Related to Issue [MWDAM-1415]

Removed all [Label] attributes on the properties to have a single source for the translations (the xml-files). This solved the problem as mentioned by Irene as the Labels override the use of the translation xml.

Related to Issue [MWDAM-1432]

Made the CharacteristicPointype editable in the table. Added the mechanisms to Mechanism support in order to get the proper items in the drop down list. Corrected the property editor to use the local line instead of the global line.

Related to Issue [MWDAM-1466]

Fixed the failing test.

Related to Issue [MWDAM-300]

Export coordinates of characteristic points and surface lines with 3 decimals

Related to Issue [MWDAM-1456]

Added comments as requested by reviewer.

Related to Issue [MWDAM-1407]

    • -0
    • +20
    ./Dam/Forms/DamSurfaceLineControl.cs
Added the requested check with log messages for errors found. Adapted test values as some of the test data used in these existing tests proved to contain coinciding characteristic points which is now no longer accepted.

Related to Issue [MWDAM-300]

    • -7
    • +7
    ./Dam/Tests/WaterBoardImporterTests.cs
    • -4
    • +3
    ./Dam/Tests/DataPluginImporterCsvTests.cs
Fix file headers

Related to Issue [MWDAM-1407]

    • -1
    • +22
    ./Dam/Forms/DamSurfaceLineControl.Designer.cs
Adapted ProjectLoader for now static method.

Related to Issue [MWDAM-1458]

    • -1
    • +1
    ./Dam/Tests/TestHelper/ProjectLoader.cs